diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE deleted file mode 100644 index d940a67be..000000000 --- a/.github/PULL_REQUEST_TEMPLATE +++ /dev/null @@ -1,8 +0,0 @@ -Thank you for contributing code to Borg; your help is appreciated! - -Before you submit a pull request, please make sure it complies with the -guidelines in our documentation: - -https://borgbackup.readthedocs.io/en/stable/development.html#contributions - -**Please remove the text above before submitting your pull request.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..b5d468e63 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +## Description + + + + +## Checklist + +- [ ] PR is against `master` (or maintenance branch if only applicable there) +- [ ] New code has tests and docs where appropriate +- [ ] Tests pass (run `tox` or the relevant test subset) +- [ ] Commit messages are clean and reference related issues