mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 18:49:45 +00:00
28 lines
731 B
YAML
28 lines
731 B
YAML
name: Feature Request
|
|
description: You have an idea for extending?
|
|
labels: ["feature-request"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Thank you for taking the time to share your idea's with us!
|
|
- type: textarea
|
|
id: feature-request
|
|
attributes:
|
|
label: Feature Request
|
|
description: Whats your idea?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Implementation
|
|
description: Can you give us your vision, how you would implement it? (if possible)
|
|
- type: dropdown
|
|
id: contribute
|
|
attributes:
|
|
label: Have you planned working on this feature?
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
validations:
|
|
required: true
|