From a80ef0b55f7db2b704212c94b8c536ed75af20ad Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Fri, 19 Jan 2024 15:06:59 +0100 Subject: [PATCH 1/3] Add PR template --- imod/mf6/.github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 imod/mf6/.github/pull_request_template.md diff --git a/imod/mf6/.github/pull_request_template.md b/imod/mf6/.github/pull_request_template.md new file mode 100644 index 000000000..a3397aa31 --- /dev/null +++ b/imod/mf6/.github/pull_request_template.md @@ -0,0 +1,20 @@ +Fixes # + +# Description + + +# Checklist + + +- [ ] Links to correct issue +- [ ] Update changelog, if changes affect users +- [ ] PR title starts with ``#issue-nr``, e.g. #737 +- [ ] Unit tests were added +- [ ] **If feature added**: Added/extended example From d2962179764a6de0ab07339302fd910d846d55ce Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Fri, 19 Jan 2024 15:17:36 +0100 Subject: [PATCH 2/3] Move folder to root --- {imod/mf6/.github => .github}/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {imod/mf6/.github => .github}/pull_request_template.md (100%) diff --git a/imod/mf6/.github/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from imod/mf6/.github/pull_request_template.md rename to .github/pull_request_template.md From 3275d2d8fc2ef446865283e68c0aba90f8b89386 Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Fri, 19 Jan 2024 16:25:29 +0100 Subject: [PATCH 3/3] Resolve review comment --- .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 a3397aa31..853e8bfbd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,6 @@ Before requesting review, please go through this checklist: - [ ] Links to correct issue - [ ] Update changelog, if changes affect users -- [ ] PR title starts with ``#issue-nr``, e.g. #737 +- [ ] PR title starts with ``Issue #nr``, e.g. ``Issue #737`` - [ ] Unit tests were added - [ ] **If feature added**: Added/extended example