mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-01 15:28:28 +00:00
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
name: Feature request
|
|
description: Want some functionality added?
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: General Information
|
|
description: You confirm to have made the following checks first.
|
|
options:
|
|
- label: I have checked for similar issues on the Issue-tracker.
|
|
required: true
|
|
- label: I have updated to the latest version
|
|
required: true
|
|
- label: I have checked the branches or the maintainers' PRs for upcoming features fixes.
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Description"
|
|
description: "General description of the feature"
|
|
placeholder: "..."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Feature worth and general use"
|
|
description: "Why should this exist?"
|
|
placeholder: "..."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Suggestions for implementation"
|
|
description: "Any ideas about what the feature should behave/look like? Commands?"
|
|
placeholder: "It should..."
|
|
validations:
|
|
required: false
|
|
|