Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Bug
about: Misbehaving tutorial
---
<!--
Support requests: please only on https://precice.discourse.group/

Please wrap any log messages (`./mysolver > out.log 2>&1`) with three backticks before and after:
```
This is an error message
```
-->
<!-- markdownlint-disable-file MD041 -->

- Tutorials state (last commit / release):
- Versions of solvers and adapters used:
- preCICE version:
- Log files:
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/issue-template.md

This file was deleted.

16 changes: 12 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<!-- Please submit your Pull Request to the `develop` branch.
## Description

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

Checklist:
## Checklist

- [ ] I added a summary of any user-facing changes (compared to the last release) in the `changelog-entries/<PRnumber>.md`.
- [ ] I will remember to squash-and-merge, providing a useful summary of the changes of this PR.
- [ ] New tutorial case? Add it to the respective `README.md`.
Comment thread
MakisH marked this conversation as resolved.
Outdated
- [ ] New tutorial? Update the website!
Comment thread
MakisH marked this conversation as resolved.
Outdated
- Add a [sidebar entry](https://github.com/precice/precice.github.io/blob/master/_data/sidebars/tutorial_sidebar.yml)
- Add it to the [overview](https://github.com/precice/precice.github.io/blob/master/content/tutorials/tutorials.md)

## Resources

- [Contributing tutorials](https://precice.org/community-contribute-to-precice.html#contributing-tutorials)
- [System tests documentation](https://precice.org/dev-docs-system-tests.html)