From 49385c8bbc1344f78c5b4a478ab82e943b46e153 Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Mon, 22 Jan 2024 13:02:06 +0100 Subject: [PATCH] Issue #737 Add PR template (#758) Fixes #737 This PR adds a template for PRs. [Unfortunately the template only works if it is in the default branch](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates#pull-request-templates), (``master``) in our case, so I could not test it. I presume it works though, [as it works for Ribasim](https://github.com/Deltares/Ribasim/blob/main/.github/pull_request_template.md). [Relevant docs](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository) --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..853e8bfbd --- /dev/null +++ b/.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. ``Issue #737`` +- [ ] Unit tests were added +- [ ] **If feature added**: Added/extended example