Skip to content

Commit 6563870

Browse files
committed
chore(github): enhance bug report form with detailed app version and system info
1 parent c7ec16d commit 6563870

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,20 @@ body:
2727
validations:
2828
required: true
2929
- type: input
30-
id: version
30+
id: app_details
3131
attributes:
32-
label: Version
33-
description: What version of massCode are you running?
34-
placeholder: e.g. 2.0.0, 2.1.0-beta.6
32+
label: App Version and Architecture
33+
description: What version and architecture of massCode are you running? You can get this info from the About massCode in app menu.
34+
placeholder: e.g. 4.0.1 (arm64)
3535
validations:
3636
required: true
37-
- type: input
38-
id: os
37+
- type: textarea
38+
id: system
3939
attributes:
40-
label: OS
41-
description: What version of OS are you using?
42-
placeholder: e.g. macOS Monterey 12.1, Windows 10
40+
label: System info
41+
description: Output of `npx envinfo --system`
42+
render: shell
43+
placeholder: System
4344
validations:
4445
required: true
4546
- type: checkboxes

0 commit comments

Comments
 (0)