From e8f6d89c759b81e01e1e7ff7363b8ffe20e315c6 Mon Sep 17 00:00:00 2001 From: smoia Date: Fri, 13 Nov 2020 15:57:48 +0100 Subject: [PATCH] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 37 ++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7e25258..ec3eb96 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,40 @@ + + + Closes # -## Proposed Changes + + +## Proposed Changes + - - - - \ No newline at end of file + - + +## Change Type + +- [ ] `bugfix` (+0.0.1) +- [ ] `minor` (+0.1.0) +- [ ] `major` (+1.0.0) +- [ ] `refactoring` (no version update) +- [ ] `test` (no version update) +- [ ] `infrastructure` (no version update) +- [ ] `documentation` (no version update) +- [ ] `other` + +## Checklist before review + + +- [ ] I added everything I wanted to add to this PR. +- [ ] \[Code or tests only\] I wrote/updated the necessary docstrings. +- [ ] \[Code or tests only\] I ran and passed tests locally. +- [ ] \[Documentation only\] I built the docs locally. +- [ ] My contribution is harmonious with the rest of the code: I'm not introducing repetitions. +- [ ] My code respects the adopted style, especially linting conventions. +- [ ] The title of this PR is explanatory on its own, enough to be understood as part of a changelog. +- [ ] I added or indicated the right labels. + +- [ ] I added information regarding the timeline of completion for this PR. + +- [ ] Please, comment on my PR while it's a draft and give me feedback on the development!