mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-13 20:28:25 +10:00
21 lines
635 B
YAML
21 lines
635 B
YAML
name: 💡 To suggest an idea
|
|
description: Suggest a new feature or improvement
|
|
labels: 💡 enhancement
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Description of the new feature / enhancement
|
|
description: A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable)
|
|
value: |
|
|
- 1
|
|
- 2
|
|
- 3
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: 📸 Screenshots
|
|
description: Place any screenshots of the issue here if needed
|
|
validations:
|
|
required: false
|