Add a final question to know if the issue submitter will provide a PR
This commit is contained in:
parent
cbc29d0699
commit
7881f7f9ea
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -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
|
||||||
|
11
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
11
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@ -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…
x
Reference in New Issue
Block a user