Skip to content

Commit 1212c9c

Browse files
committed
github: enhance pull request template, fixes #9334
1 parent 079aebb commit 1212c9c

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
Thank you for contributing to BorgBackup!
3+
4+
Please make sure your PR complies with our contribution guidelines:
5+
https://borgbackup.readthedocs.io/en/latest/development.html#contributions
6+
-->
7+
8+
## Description
9+
10+
<!-- What does this PR do? Reference any related issues with "fixes #XXXX". -->
11+
12+
13+
## Checklist
14+
15+
- [ ] PR is against `master` (or maintenance branch if only applicable there)
16+
- [ ] New code has tests and docs where appropriate
17+
- [ ] Tests pass (run `tox` or the relevant test subset)
18+
- [ ] Commit messages are clean and reference related issues

0 commit comments

Comments
 (0)