diff options
| author | Maxime Dénès | 2017-12-29 14:00:51 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-29 14:00:51 +0100 |
| commit | 53ade7982bebc8a85133d6b5ba257962e2f3fc15 (patch) | |
| tree | 2298c38000cfeed1c30a8f6724821b0e3b2a5e23 | |
| parent | 6032ce4f548e88cf341b28dc70d48b9edf6e4f09 (diff) | |
| parent | a2a1386b027dcbb2a0cfc9e73b9a0f6f0a6b6d7e (diff) | |
Merge PR #975: Create checklist for pull requests.
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..c7437c4a4a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +<!-- Thank you for your contribution. + Make sure you read the contributing guide and fill this template. --> + + +<!-- Keep what applies --> +**Kind:** documentation / bug fix / feature / performance / infrastructure. + + +<!-- If this is a bug fix, make sure the bug was reported beforehand. --> +Fixes / closes #???? + + +<!-- If this is a feature pull request / breaks compatibility: --> +<!-- (Otherwise, remove these lines.) --> +- [ ] Corresponding documentation was added / updated. +- [ ] Entry added in [CHANGES](/CHANGES). |
