mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-11 22:49:40 +08:00
33 lines
953 B
YAML
33 lines
953 B
YAML
name: "⭐️ Feature Request"
|
|
description: "Feature request"
|
|
labels:
|
|
- "enhancement"
|
|
assignees:
|
|
- krau
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# Please describe the feature you want in detail
|
|
- type: textarea
|
|
attributes:
|
|
label: "⭐️ Feature description"
|
|
description: "What new feature you want to see?"
|
|
placeholder: "Add ... in order to ..."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "🌈 Your view"
|
|
description: "How do you see this feature will be used and/or implemented?"
|
|
placeholder: "It should be like ..."
|
|
- type: textarea
|
|
attributes:
|
|
label: "🧐 Code example"
|
|
description: "You can provide code (or pseudocode) example"
|
|
placeholder: "Cool code that will work ..."
|
|
render: Go
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Thank you for contributing to the project :slightly_smiling_face: |