From d9ec3992684d37c445009142ce75b88b6c85eadf Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Sun, 11 Sep 2022 22:31:37 +0200 Subject: [PATCH] Fix #512: Easier Pull Request template --- .github/PULL_REQUEST_TEMPLATE.md | 41 +++++++++++++------------------- 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4a3bf0dc..f18673d6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,25 @@ -# Description +#### What type of PR is this? -Please describe _what does this Pull Request fix or add?_. + -## Example: +#### What this PR does / why we need it: -Let us know how users can use or test this functionality. -```go -// Example code +#### Which issue(s) this PR fixes: -``` +Fixes # -# Checklist +#### Special notes for your reviewer: -* [ ] Unit or Integration tests added - * [ ] Good Path - * [ ] Error Path -* [ ] Commits follow conventions described here: - * [ ] [Conventional Commits 1.0.0](https://conventionalcommits.org/en/v1.0.0-beta.4/#summary) - * [ ] [The seven rules of a great Git commit message](https://chris.beams.io/posts/git-commit/#seven-rules) -* [ ] Commits are squashed such that - * [ ] There is 1 commit per isolated change -* [ ] I've not made extraneous commits/changes that are unrelated to my change. + +#### Additional documentation e.g., usage docs, etc.: