File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,17 @@ body:
3131 attributes :
3232 label : Arduino App CLI version
3333 description : |
34- Which version of Arduino App CLI are you using? (output of `arduino-app-cli version`)
34+ Which version of Arduino App CLI are you using? (output of `arduino-app-cli version` executed inside the board )
3535 _This should be the most recent version available._
3636 validations :
3737 required : true
38+ - type : textarea
39+ id : additional
40+ attributes :
41+ label : Additional context
42+ description : Add any additional information here.
43+ validations :
44+ required : false
3845 - type : checkboxes
3946 id : checklist
4047 attributes :
Original file line number Diff line number Diff line change 1717 attributes :
1818 label : Describe the current behavior
1919 description : |
20- What is the current behavior of Arduino App CLI in relation to your request? (output of `arduino-app-cli version`)
20+ What is the current behavior of Arduino App CLI in relation to your request?
2121 How can we reproduce that behavior?
2222 validations :
2323 required : true
@@ -26,10 +26,17 @@ body:
2626 attributes :
2727 label : Arduino App CLI version
2828 description : |
29- Which version of Arduino App CLI are you using? (output of `arduino-app-cli version`)
29+ Which version of Arduino App CLI are you using? (output of `arduino-app-cli version` executed inside the board )
3030 _This should be the most recent version available._
3131 validations :
3232 required : true
33+ - type : textarea
34+ id : additional
35+ attributes :
36+ label : Additional context
37+ description : Add any additional information here.
38+ validations :
39+ required : false
3340 - type : checkboxes
3441 id : checklist
3542 attributes :
You can’t perform that action at this time.
0 commit comments