2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00
restic/.github/PULL_REQUEST_TEMPLATE.md

43 lines
1.8 KiB
Markdown
Raw Normal View History

2017-11-28 18:36:53 +00:00
<!--
Thank you very much for contributing code or documentation to restic! Please
fill out the following questions to make it easier for us to review your
changes.
-->
2021-02-17 03:03:33 +00:00
What changes are made in this PR? What problem does it solve?
-------------------------------------------------------------
2017-11-28 18:36:53 +00:00
<!--
Describe the changes and their purpose here, as detailed as needed.
2017-11-28 18:36:53 +00:00
-->
2021-02-17 03:19:11 +00:00
Was the change previously discussed in an issue or on the forum?
----------------------------------------------------------------
2017-11-28 18:36:53 +00:00
<!--
Link issues and relevant forum posts here.
If this PR resolves an issue on GitHub, use "Closes #1234" so that the issue
is closed automatically when this PR is merged.
2017-11-28 18:36:53 +00:00
-->
Checklist
---------
2017-11-28 18:36:53 +00:00
2021-02-17 03:03:33 +00:00
<!--
Fill out this checklist by replacing [ ] with [x].
You do not need to check all the boxes below all at once. Feel free to take
your time and add more commits. If you're done and ready for review, please
check the last box.
-->
- [ ] I have read the [contribution guidelines](https://github.com/restic/restic/blob/master/CONTRIBUTING.md#providing-patches).
- [ ] 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.
2021-02-17 03:11:22 +00:00
- [ ] I have added tests for all code changes in this PR.
- [ ] I have added documentation for the those changes (in the manual).
2021-02-17 03:03:33 +00:00
- [ ] 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)).
- [ ] I have run `gofmt` on the code in all commits.
- [ ] 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).
- [ ] I'm done! This pull request is ready for review.