From fa61d2e6e1bb4841d7026c073353a937623178e4 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 15 May 2026 20:23:40 +0200 Subject: [PATCH 1/3] Update issue and PR templates --- .github/ISSUE_TEMPLATE/bug.md | 18 ++++++++++++++++ .github/ISSUE_TEMPLATE/issue-template.md | 26 ------------------------ .github/pull_request_template.md | 16 +++++++++++---- 3 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.md delete mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..52837a68e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,18 @@ +--- +name: Bug +about: Misbehaving tutorial +--- + + + +- Tutorials state (last commit / release): +- Versions of solvers and adapters used: +- preCICE version: +- Log files: diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md deleted file mode 100644 index f9bb0b5a6..000000000 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Issue template -about: Check this out before opening an issue - ---- - - - -- Tutorials state (last commit / release): -- Versions of solvers and adapters used: -- preCICE version: -- Log files: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 96c288ce0..b9fd38a44 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,16 @@ - +TODO -Checklist: +## Checklist - [ ] I added a summary of any user-facing changes (compared to the last release) in the `changelog-entries/.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`. +- [ ] New tutorial? Update the website! + - 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) \ No newline at end of file From 9ae43fa4b63de5677e48604f81674ec8a216eb1e Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Tue, 19 May 2026 14:21:26 +0200 Subject: [PATCH 2/3] Update .github/pull_request_template.md Co-authored-by: Benjamin Uekermann --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b9fd38a44..d9740aaaa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ TODO ## Checklist - [ ] I added a summary of any user-facing changes (compared to the last release) in the `changelog-entries/.md`. -- [ ] New tutorial case? Add it to the respective `README.md`. +- [ ] New tutorial case (e.g., new `fluid-openfoam` folder for existing tutorial)? Add it to the respective `README.md`. - [ ] New tutorial? Update the website! - 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) From d7a00a16643494b5e45d275e097b8c147a1a658d Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Tue, 19 May 2026 14:21:34 +0200 Subject: [PATCH 3/3] Update .github/pull_request_template.md Co-authored-by: Benjamin Uekermann --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d9740aaaa..4750058f0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ TODO - [ ] I added a summary of any user-facing changes (compared to the last release) in the `changelog-entries/.md`. - [ ] New tutorial case (e.g., new `fluid-openfoam` folder for existing tutorial)? Add it to the respective `README.md`. -- [ ] New tutorial? Update the website! +- [ ] New tutorial? Update the website. - 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)