diff --git a/.github/PULL_REQUEST_TEMPLATE/bugfix-template.md b/.github/PULL_REQUEST_TEMPLATE/bugfix-template.md new file mode 100644 index 0000000..b72c6e5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bugfix-template.md @@ -0,0 +1,24 @@ +--- +name: Bug fix +about: File a PR to fix a bug +title: "[BUGFIX]" +labels: bug +assignees: '' + +--- + +## Brief Description of Bug. + +Describe the bug here. Additionally, you should link any relevant issues within this section. If there is no corresponding issue, you should include steps to reproduce the bug here. + +## Impact of the Bug Fix + +What implications will this have on the project? Will there be altered behavior or performance with this change? + +## Tests Performed + +What have you done to ensure this bugfix has the least possible impact on the project? + +## Additional Comments + +Anything else you feel is relevant. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/documentation-template.md b/.github/PULL_REQUEST_TEMPLATE/documentation-template.md new file mode 100644 index 0000000..b915dbf --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/documentation-template.md @@ -0,0 +1,16 @@ +--- +name: Documentation +about: File a PR to add documentation +title: "[DOCUMENTATION]" +labels: documentation +assignees: '' + +--- + +## Brief Description of Documentation Added. + +Describe changes here. How will users see this documentation and what will they get from it? + +## Additional Comments + +Anything else you feel is relevant. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/feature-template.md b/.github/PULL_REQUEST_TEMPLATE/feature-template.md new file mode 100644 index 0000000..a4d3f1a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature-template.md @@ -0,0 +1,24 @@ +--- +name: Feature addition +about: File a PR to add a feature +title: "[FEATURE]" +labels: feature +assignees: '' + +--- + +## Brief Description of Feature. + +Describe the feature here. Additionally, you should link any relevant issues within this section. If there is no corresponding issue, you should include motivation and such here. + +## Impact of the Feature + +What implications will this have on the project? Will there be altered behavior or performance with this change? + +## Tests Performed + +What have you done to ensure this feature has the least possible impact on the project? + +## Additional Comments + +Anything else you feel is relevant. \ No newline at end of file