fix issue template

This commit is contained in:
kakkokari-gtyih 2023-12-25 18:30:55 +09:00
parent 47bbd175c3
commit 72de6bd8cb
4 changed files with 16 additions and 16 deletions

View File

@ -71,7 +71,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: 【開発者向け】自分でこのバグに対処しますか? label: 【開発者向け】自分でこのバグに対処しますか?
description: これが何かわからない場合は、チェックボックスを開けたままにして、そのままフォームを送信してください。 description: これが何かわからない場合は、チェックボックスを開けたままにして、そのままフォームを送信してください。
options: options:
- label: はい、私はこのバグに自分で対処して、このリポジトリにPull Requestを送信する予定です。 - label: はい、私はこのバグに自分で対処して、このリポジトリにPull Requestを送信する予定です。

View File

@ -71,7 +71,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: (For developer) Do you want to address this bug yourself? label: (For developer) Do you want to address this bug yourself?
description: If you do not know what this is, please leave the checkbox open and submit the form as is. description: If you do not know what this is, please leave the checkbox open and submit the form as is.
options: options:
- label: Yes, I will patch the bug myself and send a pull request - label: Yes, I will patch the bug myself and send a pull request

View File

@ -61,6 +61,6 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Do you want to address this bug yourself? label: Do you want to address this bug yourself?
options: options:
- label: Yes, I will patch the bug myself and send a pull request - label: Yes, I will patch the bug myself and send a pull request

View File

@ -17,6 +17,6 @@ body:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Do you want to implement this feature yourself? label: Do you want to implement this feature yourself?
options: options:
- label: Yes, I will implement this by myself and send a pull request - label: Yes, I will implement this by myself and send a pull request