We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e3352e + 1212c9c commit a4bfc18Copy full SHA for a4bfc18
.github/PULL_REQUEST_TEMPLATE
.github/PULL_REQUEST_TEMPLATE.md
@@ -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