diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2e52705 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## Brief Description of your Changes. + +Describe what you did here. Additionally, you should link any relevant issues within this section. If there is no corresponding issue, you should include relevant information (repro steps, motivation, etc) here. + +## Impact of your Changes + +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 change 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/bugfix-template.md b/.github/PULL_REQUEST_TEMPLATE/bugfix-template.md deleted file mode 100644 index b72c6e5..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/bugfix-template.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -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 deleted file mode 100644 index b915dbf..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/documentation-template.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -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 deleted file mode 100644 index a4d3f1a..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/feature-template.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -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