Skip to content

Commit

Permalink
chore: update bug report template for consistency
Browse files Browse the repository at this point in the history
Standardize the title format in the bug report template from 
'[Bug]: ' to '[BUG]: '. Update the placeholder text for 
browser information from 'Browser' to 'ブラウザ' to maintain 
language consistency throughout the template.
  • Loading branch information
P-manBrown committed Jan 1, 2025
1 parent eee62a0 commit 345b33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: バグ報告
description: バグ報告用のテンプレート
title: '[Bug]: '
title: '[BUG]: '
labels: ['bug']
assignees:
- P-manBrown
Expand Down Expand Up @@ -45,7 +45,7 @@ body:
description: バグが発生した環境について記述してください。
placeholder: |
- OS: [e.g. iOS(v17.6.1)]
- Browser: [e.g. chrome(v127.0.6533.101), safari(v17.6)]
- ブラウザ: [e.g. chrome(v127.0.6533.101), safari(v17.6)]
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 345b33a

Please sign in to comment.