From 4bcb515a403a32f520649453fb19484a2cbe0439 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 20 Apr 2021 00:18:59 +0200 Subject: [PATCH] Create bug-fix.md --- .github/PULL_REQUEST_TEMPLATE/bug-fix.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug-fix.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md new file mode 100644 index 00000000..6dd29447 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md @@ -0,0 +1,21 @@ +--- +name: Bug Fix +about: Propose code for a bug fix +title: "[BUG] " +labels: bug +--- + +## Proposed changes + +Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. +If it fixes a bug or resolves a feature request, be sure to link to that issue. + +## Checklist + + - [ ] I have added tests that prove my fix is effective or that my feature works + - [ ] I have added necessary documentation (if appropriate) + +## Further comments + +If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did +and what alternatives you considered, etc...