diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 99ba4b8..0bbe234 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -3,8 +3,8 @@ name: Bug report about: Report a problem with rest-server to help us resolve it and improve --- - @@ -31,24 +32,26 @@ Output of `rest-server --version` -What backend/server/service did you use to store the repository? ----------------------------------------------------------------- - - Expected behavior ----------------- @@ -56,30 +59,20 @@ Expected behavior Describe what you'd like rest-server to do differently. --> - Actual behavior --------------- - -Steps to reproduce the behavior -------------------------------- - - - - Do you have any idea what may have caused this? ----------------------------------------------- - -Do you have an idea how to solve the issue? -------------------------------------------- + Did rest-server help you today? Did it make you happy in any way? diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md index a1be40f..a5fc46a 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ b/.github/ISSUE_TEMPLATE/FEATURE.md @@ -1,10 +1,10 @@ --- -name: Feature request/enhancement +name: Feature request about: Suggest a new feature or enhancement for rest-server --- - @@ -30,24 +31,22 @@ later to see what has changed in rest-server when we revisit this issue after so time. --> - -What should rest-server do differently? ---------------------------------------- +What should rest-server do differently? Which functionality do you think we should add? +--------------------------------------------------------------------------------------- -What are you trying to do? What is your use case? -------------------------------------------------- +What are you trying to do? What problem would this solve? +--------------------------------------------------------- - Did rest-server help you today? Did it make you happy in any way? ----------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 574054d..00d5da1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,42 +1,41 @@ - -What is the purpose of this change? What does it change? --------------------------------------------------------- +What does this PR change? What problem does it solve? +----------------------------------------------------- - -Was the change discussed in an issue or in the forum before? ------------------------------------------------------------- +Was the change previously discussed in an issue or on the forum? +---------------------------------------------------------------- - Checklist --------- -- [ ] I have enabled [maintainer edits for this PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) -- [ ] 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 (template [here](https://github.com/restic/rest-server/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/rest-server/commits/master) -- [ ] I'm done, this Pull Request is ready for review + + +- [ ] I have added tests for all code changes. +- [ ] I have added documentation for relevant 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/rest-server/blob/master/changelog/TEMPLATE)). +- [ ] I'm done! This pull request is ready for review.