Skip to content

Commit a61a025

Browse files
committed
Modify pull request template
1 parent 91e8f0e commit a61a025

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ fill out the following questions to make it easier for us to review your
44
changes.
55
-->
66

7-
What changes are made in this PR? What problem does it solve?
8-
-------------------------------------------------------------
7+
What does this PR change? What problem does it solve?
8+
-----------------------------------------------------
99

1010
<!--
1111
Describe the changes and their purpose here, as detailed as needed.
@@ -25,17 +25,15 @@ Checklist
2525
---------
2626

2727
<!--
28-
Fill out this checklist by replacing [ ] with [x].
29-
3028
You do not need to check all the boxes below all at once. Feel free to take
3129
your time and add more commits. If you're done and ready for review, please
32-
check the last box.
30+
check the last box. Enable a checkbox by replacing [ ] with [x].
3331
-->
3432

3533
- [ ] I have read the [contribution guidelines](https://github.com/restic/restic/blob/master/CONTRIBUTING.md#providing-patches).
36-
- [ ] I have [enabled maintainer edits](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) for this PR.
37-
- [ ] I have added tests for all code changes in this PR.
38-
- [ ] I have added documentation for the those changes (in the manual).
34+
- [ ] I have [enabled maintainer edits](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork).
35+
- [ ] I have added tests for all code changes.
36+
- [ ] I have added documentation for relevant changes (in the manual).
3937
- [ ] There's a new file in `changelog/unreleased/` that describes the changes for our users (see [template](https://github.com/restic/restic/blob/master/changelog/TEMPLATE)).
4038
- [ ] I have run `gofmt` on the code in all commits.
4139
- [ ] All commit messages are formatted in the same style as [the other commits in the repo](https://github.com/restic/restic/blob/master/CONTRIBUTING.md#git-commits).

0 commit comments

Comments
 (0)