Merge pull request #9364 from mr-raj12/port-pr-template-1.4-maint
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Windows CI / msys2-ucrt64 (push) Has been cancelled

github: enhance pull request template (port from master)
This commit is contained in:
TW 2026-02-17 18:29:50 +01:00 committed by GitHub
commit b1aa1a4eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 8 deletions

View file

@ -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.**

18
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,18 @@
<!--
Thank you for contributing to BorgBackup!
Please make sure your PR complies with our contribution guidelines:
https://borgbackup.readthedocs.io/en/latest/development.html#contributions
-->
## Description
<!-- What does this PR do? Reference any related issues with "fixes #XXXX". -->
## 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