Update issue templates

This commit is contained in:
John McLear 2020-06-21 16:12:57 +01:00 committed by GitHub
parent 5f8c9ced39
commit f5b94bd664
2 changed files with 42 additions and 0 deletions

30
.github/ISSUE_TEMPLATE/custom.md vendored Normal file
View File

@ -0,0 +1,30 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: Plugin Request
assignees: ''
---
* * *
name: Plugin request
about: Suggest a plugin for this project
title: ''
labels: plugin request
assignees:
* * *
**Is your plugin 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 plugin request here.

View File

@ -1,3 +1,12 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Feature Request
assignees: ''
---
* * *
name: Feature request
@ -19,3 +28,6 @@ A clear and concise description of any alternative solutions or features you've
**Additional context**
Add any other context or screenshots about the feature request here.
**Plugin?**
Might this feature be better suited to being a plugin? Usually features that can be plugins, should be.