mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
Add discussion template
This commit is contained in:
parent
2bbb76ecd1
commit
eb586ad6a1
1 changed files with 11 additions and 0 deletions
11
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
11
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the feature or potential improvement
|
||||||
|
description: Please describe the change as clear and concise as possible. Remember to add context as to why you believe this is needed.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional information
|
||||||
|
description: Add any other information related to the change here. If your idea is related to any issues or discussions, link them here.
|
||||||
Loading…
Reference in a new issue