Skip to content

Commit

Permalink
🔨 chore: update issue template (lobehub#2642)
Browse files Browse the repository at this point in the history
* 🔨 chore: update issue template

* 🔨 chore: update issue template
  • Loading branch information
RubuJam authored May 24, 2024
1 parent 9a19438 commit 69600da
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 46 deletions.
43 changes: 20 additions & 23 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ description: 'Report an bug'
title: '[Bug] '
labels: ['🐛 Bug']
body:
- type: dropdown
- type: checkboxes
attributes:
label: '📦 Environment'
options:
- Unselected
- Official
- Official Preview
- Vercel / Zeabur / Sealos
- Docker
- Other
- label: 'Official'
- label: 'Official Preview'
- label: 'Vercel / Zeabur / Sealos'
- label: 'Docker'
- label: 'Other'
validations:
required: true
- type: input
Expand All @@ -21,30 +20,28 @@ body:
validations:
required: true

- type: dropdown
- type: checkboxes
attributes:
label: '💻 Operating System'
options:
- Unselected
- Windows
- macOS
- Ubuntu
- Other Linux
- iOS
- Android
- Other
- label: 'Windows'
- label: 'macOS'
- label: 'Ubuntu'
- label: 'Other Linux'
- label: 'iOS'
- label: 'Android'
- label: 'Other'
validations:
required: true
- type: dropdown
- type: checkboxes
attributes:
label: '🌐 Browser'
options:
- Unselected
- Chrome
- Edge
- Safari
- Firefox
- Other
- label: 'Chrome'
- label: 'Edge'
- label: 'Safari'
- label: 'Firefox'
- label: 'Other'
validations:
required: true
- type: textarea
Expand Down
43 changes: 20 additions & 23 deletions .github/ISSUE_TEMPLATE/1_bug_report_cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ description: '反馈一个问题缺陷'
title: '[Bug] '
labels: ['🐛 Bug']
body:
- type: dropdown
- type: checkboxes
attributes:
label: '📦 部署环境'
options:
- 待选择
- Official
- Official Preview
- Vercel / Zeabur / Sealos
- Docker
- Other
- label: 'Official'
- label: 'Official Preview'
- label: 'Vercel / Zeabur / Sealos'
- label: 'Docker'
- label: 'Other'
validations:
required: true
- type: input
Expand All @@ -21,30 +20,28 @@ body:
validations:
required: true

- type: dropdown
- type: checkboxes
attributes:
label: '💻 系统环境'
options:
- 待选择
- Windows
- macOS
- Ubuntu
- Other Linux
- iOS
- Android
- Other
- label: 'Windows'
- label: 'macOS'
- label: 'Ubuntu'
- label: 'Other Linux'
- label: 'iOS'
- label: 'Android'
- label: 'Other'
validations:
required: true
- type: dropdown
- type: checkboxes
attributes:
label: '🌐 浏览器'
options:
- 待选择
- Chrome
- Edge
- Safari
- Firefox
- Other
- label: 'Chrome'
- label: 'Edge'
- label: 'Safari'
- label: 'Firefox'
- label: 'Other'
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 69600da

Please sign in to comment.