Update issue templates
parent
5f8c9ced39
commit
f5b94bd664
|
@ -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.
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue