diff --git a/.github/pull_request_template/dev_template.md b/.github/pull_request_template/dev_template.md new file mode 100644 index 0000000..128b591 --- /dev/null +++ b/.github/pull_request_template/dev_template.md @@ -0,0 +1,15 @@ +## Description + + +### 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) +- [ ] Documentation update + +## Checklist + +- [ ] Tests have been added/updated to cover new functionality. +- [ ] Documentation has been updated for all new changes (e.g., usage examples, API documentation). + diff --git a/.github/pull_request_template/master_template.md b/.github/pull_request_template/master_template.md new file mode 100644 index 0000000..28ba2d5 --- /dev/null +++ b/.github/pull_request_template/master_template.md @@ -0,0 +1,10 @@ +# Release vX.Y.Z + + + +## Checklist for a release PR + +- [ ] Version compatibility matrix has been updated. +- [ ] Tests have been added/updated to cover new functionality. +- [ ] Documentation has been updated for all new changes (e.g., usage examples, API documentation). +