From 76e1ba6fd07381f6bcea66a12e89a0a29c1ef695 Mon Sep 17 00:00:00 2001 From: TJ Rana Date: Tue, 16 Feb 2021 22:03:33 -0500 Subject: [PATCH] Clean up pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 36 +++++++++++++++++--------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a9151cf9b..193e68814 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,17 @@ - - -What does this PR change? What problem does it solve? ------------------------------------------------------ +What changes are made in this PR? What problem does it solve? +------------------------------------------------------------- -Was the change discussed in an issue or in the forum before? +Was the change discussed in an issue or on the forum before? ------------------------------------------------------------ + +- [ ] 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. +- [ ] I have added tests for all changes in this PR. +- [ ] I have added documentation for the changes (in the manual). +- [ ] 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.