From 253606a6cde561e303c7e5b28fdae08192abfeff Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Thu, 17 Jun 2021 11:20:53 +0200 Subject: [PATCH] Add checklist for PRs (#1601) Co-authored-by: jschaul --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 00000000000..cc89025f798 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Checklist + + - [ ] Title of this PR explains the impact of the change. + - [ ] The description provides context as to why the change should occur and + what the code contributes to that effect. This could also be a link to a + JIRA ticket or a Github issue, if there is one. + - [ ] The CHANGELOG.md file in the *Unreleased* section has been updated to + explain the change which will be included in the release notes. + - [ ] If a component uses a new or changed internal endpoint of another + component, this is mentioned in the CHANGELOG.md. +- [ ] If this PR creates a new endpoint, or adds a new configuration flag, the endpoint / config-flag checklist (see Wire-employee only backend [wiki page](https://github.com/zinfra/backend-wiki/wiki/Checklists)) has been followed.