📚 Changes to templates

This commit is contained in:
2020-08-13 21:03:37 +01:00
parent 50e4345b54
commit 31f5a61d3b
4 changed files with 26 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: '🐛'
labels: type/bug
assignees:
assignees:
---

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

View File

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

View File

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