|
@@ -1,20 +1,31 @@
|
|
----
|
|
|
|
name: Feature request
|
|
name: Feature request
|
|
-about: Suggest an idea for this project
|
|
|
|
-title: ''
|
|
|
|
-labels: feature
|
|
|
|
-assignees: ''
|
|
|
|
-
|
|
|
|
----
|
|
|
|
-
|
|
|
|
-**Is your feature 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.
|
|
|
|
|
|
+description: Request a new feature
|
|
|
|
+labels: [feature request]
|
|
|
|
+body:
|
|
|
|
+ - type: textarea
|
|
|
|
+ id: description
|
|
|
|
+ attributes:
|
|
|
|
+ label: Feature
|
|
|
|
+ description: A clear and concise description of what the problem is, or what feature you want to be implemented.
|
|
|
|
+ placeholder: I'm always frustrated when..., Discord has recently released..., A good addition would be...
|
|
|
|
+ validations:
|
|
|
|
+ required: true
|
|
|
|
+ - type: dropdown
|
|
|
|
+ id: package
|
|
|
|
+ attributes:
|
|
|
|
+ label: Is the feature mobile responsive?
|
|
|
|
+ options:
|
|
|
|
+ - Yes
|
|
|
|
+ - No
|
|
|
|
+ validations:
|
|
|
|
+ required: false
|
|
|
|
+ - type: textarea
|
|
|
|
+ id: alternatives
|
|
|
|
+ attributes:
|
|
|
|
+ label: Alternative solutions or implementations
|
|
|
|
+ description: A clear and concise description of any alternative solutions or features you have considered.
|
|
|
|
+ - type: textarea
|
|
|
|
+ id: additional-context
|
|
|
|
+ attributes:
|
|
|
|
+ label: Other context
|
|
|
|
+ description: Any other context, screenshots, or file uploads that help us understand your feature request.
|