From e40932784ea26fe9d0a6b273f17d060bb0602dec Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 4 Sep 2022 17:57:52 +0200 Subject: github: add pull-request template with checklist To act as a constant reminder to keep the changelog up to date in particular… --- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..7c48653 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,20 @@ +--- +name: Generic pull request +about: Create a pull request to propose some changes. +title: '' +labels: '' +assignees: '' +--- + +### What changed + + +### Why the changes + + +### Before-merge checklist + +- [ ] Changes are tested. +- [ ] Documentation is up to date with the changes. +- [ ] Commit history is clean and descriptive. + -- cgit v1.2.3