📚 Changes to templates
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,9 +1,9 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
title: '🐛'
|
||||
labels: type/bug
|
||||
assignees:
|
||||
assignees:
|
||||
|
||||
---
|
||||
|
||||
|
||||
20
.github/ISSUE_TEMPLATE/document_issue.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/document_issue.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Document request
|
||||
about: Request a change to documentation
|
||||
title: '📚'
|
||||
labels: type/docs
|
||||
assignees:
|
||||
|
||||
---
|
||||
|
||||
**Is your request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,9 +1,9 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: type/feature, type/question
|
||||
assignees:
|
||||
title: '✨'
|
||||
labels: type/feature
|
||||
assignees:
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -12,6 +12,6 @@ Fixes # (issue)
|
||||
|
||||
## Checklist:
|
||||
|
||||
- [ ] I read & comply with the [contributing guidelines](https://github.com/luketainton/FHeD/blob/master/CONTRIBUTING.md)
|
||||
- [ ] I read & comply with the [contributing guidelines](https://github.com/luketainton/FHeD/blob/main/.github/CONTRIBUTING.md)
|
||||
- [ ] I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.
|
||||
- [ ] I have made corresponding changes the documentation (README.md).
|
||||
Reference in New Issue
Block a user