mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
19 lines
No EOL
472 B
YAML
19 lines
No EOL
472 B
YAML
name: "\U0001F4A1 Feature request"
|
|
description: Suggest an idea for this project
|
|
labels: [Feature]
|
|
assignees:
|
|
- 0PandaDEV
|
|
body:
|
|
#
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request!
|
|
#
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe your requested feature
|
|
description: Give as many details as possible about your feature idea.
|
|
validations:
|
|
required: true |