123456789101112131415161718192021222324252627282930313233343536373839 |
- name: Feature Request
- description: Request or suggest a new feature!
- # title: "(Feature Request): "
- labels: ["enhancement"]
- body:
- - type: dropdown
- attributes:
- label: Extension or Userscript?
- options:
- - Extension
- - Userscript
- - Both
- validations:
- required: true
- - type: textarea
- attributes:
- label: Request or suggest a new feature!
- placeholder: I want to suggest...
- validations:
- required: true
- - type: textarea
- attributes:
- label: Ways to implement this!
- placeholder: We can implement it by...
- - type: checkboxes
- attributes:
- label: Can you work on this?
- options:
- - label: "Yes"
- - label: "No"
- - type: dropdown
- attributes:
- label: "Will you be available for follow-up questions to help developers implement this?"
- options:
- - "Yes"
- - "No"
- validations:
- required: true
-
|