CI: more updates to feature request template (#16531)

More updates
This commit is contained in:
Eugene Yurtsev 2024-01-24 14:15:26 -05:00 committed by GitHub
parent 4fad71882e
commit b1b351b37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,11 @@ body:
label: Checked label: Checked
description: Please confirm and check all the following options. description: Please confirm and check all the following options.
options: options:
- label: I searched existing ideas and did not find a similar one. - label: I searched existing ideas and did not find a similar one
required: true required: true
- label: I added a very descriptive title to this idea. - label: I added a very descriptive title
required: true
- label: I've clearly described the feature request and motivation for it
required: true required: true
- type: textarea - type: textarea
id: feature-request id: feature-request
@ -26,3 +28,11 @@ body:
label: Motivation label: Motivation
description: | description: |
Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too. Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too.
- type: textarea
id: proposal
validations:
required: false
attributes:
label: Proposal (If applicable)
description: |
If you would like to propose a solution, please describe it here.