diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 00000000..ec9454b1 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,19 @@ +# Description + + + + + + +Fixes # (issue) + +# Checklist: + +- [ ] My code follows the coding style of this project +- [ ] I have performed a self-review of my code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation +- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] Any dependent changes have been merged and published in downstream modules
+ +