mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Combine templates because github be like that
This commit is contained in:
parent
e76a6a73d8
commit
52e30c3a69
4 changed files with 15 additions and 64 deletions
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -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.
|
24
.github/PULL_REQUEST_TEMPLATE/bugfix-template.md
vendored
24
.github/PULL_REQUEST_TEMPLATE/bugfix-template.md
vendored
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
Loading…
Reference in a new issue