Skip to content

Commit 0f34006

Browse files
MakisHuekerman
andauthored
Update issue and PR templates (#782)
Co-authored-by: Benjamin Uekermann <benjamin.uekermann@ipvs.uni-stuttgart.de>
1 parent be7a576 commit 0f34006

3 files changed

Lines changed: 30 additions & 30 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug
3+
about: Misbehaving tutorial
4+
---
5+
<!--
6+
Support requests: please only on https://precice.discourse.group/
7+
8+
Please wrap any log messages (`./mysolver > out.log 2>&1`) with three backticks before and after:
9+
```
10+
This is an error message
11+
```
12+
-->
13+
<!-- markdownlint-disable-file MD041 -->
14+
15+
- Tutorials state (last commit / release):
16+
- Versions of solvers and adapters used:
17+
- preCICE version:
18+
- Log files:

.github/ISSUE_TEMPLATE/issue-template.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
<!-- Please submit your Pull Request to the `develop` branch.
1+
## Description
22

3-
It may help to have a look at the file `CONTRIBUTING.md` for a few hints and guidelines. -->
3+
TODO
44

5-
Checklist:
5+
## Checklist
66

77
- [ ] I added a summary of any user-facing changes (compared to the last release) in the `changelog-entries/<PRnumber>.md`.
8-
- [ ] I will remember to squash-and-merge, providing a useful summary of the changes of this PR.
8+
- [ ] New tutorial case (e.g., new `fluid-openfoam` folder for existing tutorial)? Add it to the respective `README.md`.
9+
- [ ] New tutorial? Update the website.
10+
- Add a [sidebar entry](https://github.com/precice/precice.github.io/blob/master/_data/sidebars/tutorial_sidebar.yml)
11+
- Add it to the [overview](https://github.com/precice/precice.github.io/blob/master/content/tutorials/tutorials.md)
12+
13+
## Resources
14+
15+
- [Contributing tutorials](https://precice.org/community-contribute-to-precice.html#contributing-tutorials)
16+
- [System tests documentation](https://precice.org/dev-docs-system-tests.html)

0 commit comments

Comments
 (0)