mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
update contribution standards
This commit is contained in:
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -7,19 +7,20 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Bug description**
|
||||||
A clear and concise description of what the bug is.
|
<!--A clear and concise description of what the bug is.-->
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
**How to reproduce**
|
||||||
|
<!--Steps to reproduce the behavior:-->
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
<!--A clear and concise description of what you expected to happen.-->
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional details**
|
||||||
Add any other context about the problem here.
|
<!--Please add context, links, reasons, screenshots, etc.-->
|
||||||
|
|
||||||
|
|||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -7,14 +7,18 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Context**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
<!--Please describe a proper context-->
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
**Suggested solution**
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
<!--Tell us what you would suggest-->
|
||||||
|
|
||||||
|
|
||||||
|
**Considered alternatives**
|
||||||
|
<!--Please add any alternative solutions that you have considered-->
|
||||||
|
|
||||||
|
|
||||||
|
**Additional details**
|
||||||
|
<!--Please add context, links, reasons, screenshots, etc.-->
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
|
|||||||
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
#### Checklist
|
#### Checklist
|
||||||
|
|
||||||
- [X] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct
|
<!-- please check all items and add your own -->
|
||||||
|
|
||||||
|
- [x] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct
|
||||||
- [ ] Readme (updated or not needed)
|
- [ ] Readme (updated or not needed)
|
||||||
- [ ] Tests (added, updated or not needed)
|
- [ ] Tests (added, updated or not needed)
|
||||||
|
|||||||
Reference in New Issue
Block a user