new issue templates (#3789)
inspired by https://github.com/mastodon/mastodon/tree/main/.github/ISSUE_TEMPLATE
This commit is contained in:
parent
847ea9975b
commit
9987a78044
4 changed files with 61 additions and 9 deletions
19
.github/ISSUE_TEMPLATE/2.feature_request.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/2.feature_request.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Feature Request
|
||||
description: I have a suggestion
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Please use a concise and distinct title for the issue.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Pitch
|
||||
description: Describe your idea for a feature. Make sure it has not already been suggested/implemented/turned down before.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Motivation
|
||||
description: Why do you think this feature is needed? Who would benefit from it?
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue