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

@ -7,7 +7,7 @@ body:
attributes: attributes:
value: | value: |
ご報告ありがとうございます!実際に問題を報告する前に、以下をお試しください: ご報告ありがとうございます!実際に問題を報告する前に、以下をお試しください:
- **ブラウザのキャッシュ・Cookieを削除**してみましたか? - **ブラウザのキャッシュ・Cookieを削除**してみましたか?
- **時間を開けて再度アクセス**してみましたか? - **時間を開けて再度アクセス**してみましたか?
- **URLが正しいか**お確かめになりましたか? - **URLが正しいか**お確かめになりましたか?
@ -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

@ -7,7 +7,7 @@ body:
attributes: attributes:
value: | value: |
Thank you for your report! Before reporting an issue, please try the following: Thank you for your report! Before reporting an issue, please try the following:
- Have you tried **clearing your browser cache and cookies**? - Have you tried **clearing your browser cache and cookies**?
- Have you **waited for some time and tried accessing again**? - Have you **waited for some time and tried accessing again**?
- Have you confirmed that the **URL is correct**? - Have you confirmed that the **URL is correct**?
@ -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