You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the changes and their purpose here, as detailed as needed.
@@ -25,17 +25,15 @@ Checklist
25
25
---------
26
26
27
27
<!--
28
-
Fill out this checklist by replacing [ ] with [x].
29
-
30
28
You do not need to check all the boxes below all at once. Feel free to take
31
29
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].
33
31
-->
34
32
35
33
-[ ] 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).
39
37
-[ ] 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)).
40
38
-[ ] I have run `gofmt` on the code in all commits.
41
39
-[ ] 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