File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments