PR templates

This commit is contained in:
EncodedVenom 2024-07-12 22:48:32 -04:00
parent 3ce373af53
commit e76a6a73d8
No known key found for this signature in database
GPG key ID: 55A4643DA68078EF
3 changed files with 64 additions and 0 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.