From 1212c9c8288e29bdca102b96ba0f22ff6f1b2ae9 Mon Sep 17 00:00:00 2001 From: Mrityunjay Raj Date: Sun, 15 Feb 2026 03:05:33 +0530 Subject: [PATCH] github: enhance pull request template, fixes #9334 --- .github/PULL_REQUEST_TEMPLATE | 8 -------- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE deleted file mode 100644 index d1413b5ea..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/latest/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