(dev) Issue Templateに、自分で実装してPRを出したいかの意思表明を追加 (#12799)

* Update 01_bug-report.yml

* Update 02_feature-request.yml
This commit is contained in:
かっこかり 2023-12-26 11:40:55 +09:00 committed by GitHub
parent eb23798c9f
commit a9b42765f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -89,3 +89,9 @@ body:
render: markdown
validations:
required: false
- type: checkboxes
attributes:
label: Do you want to address this bug yourself?
options:
- label: Yes, I will patch the bug myself and send a pull request

View file

@ -14,4 +14,9 @@ body:
label: Purpose
description: Describe the specific problem or need you think this feature will solve, and who it will help.
validations:
required: true
required: true
- type: checkboxes
attributes:
label: Do you want to implement this feature yourself?
options:
- label: Yes, I will implement this by myself and send a pull request