Merge pull request #5888 from vector-im/feature/bma/issue_tmpl
Add a final question to know if the issue submitter will provide a PR
This commit is contained in:
commit
1fe4ecee99
|
@ -73,3 +73,14 @@ body:
|
||||||
- 'No'
|
- 'No'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: pr
|
||||||
|
attributes:
|
||||||
|
label: Are you willing to provide a PR?
|
||||||
|
description: |
|
||||||
|
Providing a PR can drastically speed up the process of fixing this bug. Don't worry, it's still OK to answer 'No' :).
|
||||||
|
options:
|
||||||
|
- 'Yes'
|
||||||
|
- 'No'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
|
@ -34,3 +34,14 @@ body:
|
||||||
placeholder: Is there anything else you'd like to add?
|
placeholder: Is there anything else you'd like to add?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: pr
|
||||||
|
attributes:
|
||||||
|
label: Are you willing to provide a PR?
|
||||||
|
description: |
|
||||||
|
Don't worry, it's still OK to answer 'No' :).
|
||||||
|
options:
|
||||||
|
- 'Yes'
|
||||||
|
- 'No'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue