diff --git a/doc/pull_request_template.md b/doc/pull_request_template.md new file mode 100644 index 0000000..f72681b --- /dev/null +++ b/doc/pull_request_template.md @@ -0,0 +1,28 @@ +# Description + +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List compatible versions and dependencies. +Fixes # (issue) + +HC and HDK versions + +# Type of change + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +# Relevant Tests + +Please list associated tests and any relevant details for configuration. + + +# Checklist: + +- [ ] Code follows contribution guidelines +- [ ] Performed thorough review, including descriptive comments +- [ ] Updated corresponding changes to documentation +- [ ] Changes generate no new warnings +- [ ] Added tests that prove the fix is effective / works +- [ ] All checks pass +