mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
PR templates
This commit is contained in:
parent
3ce373af53
commit
e76a6a73d8
3 changed files with 64 additions and 0 deletions
24
.github/PULL_REQUEST_TEMPLATE/bugfix-template.md
vendored
Normal file
24
.github/PULL_REQUEST_TEMPLATE/bugfix-template.md
vendored
Normal 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.
|
16
.github/PULL_REQUEST_TEMPLATE/documentation-template.md
vendored
Normal file
16
.github/PULL_REQUEST_TEMPLATE/documentation-template.md
vendored
Normal 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.
|
24
.github/PULL_REQUEST_TEMPLATE/feature-template.md
vendored
Normal file
24
.github/PULL_REQUEST_TEMPLATE/feature-template.md
vendored
Normal 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.
|
Loading…
Reference in a new issue