From cade70894d4f87f8dace866ac06bb5d8315aef41 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 20 Apr 2021 00:25:42 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..bccdb2b1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## 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. + +## Informations + - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + - [ ] New public API added + - [ ] Non-breaking changes + +## 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... +