Skip to content

Commit 2d62074

Browse files
committed
feat: enhance issue templates by adding additional context field and clarifying version prompts
1 parent 7b26ce3 commit 2d62074

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
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:

0 commit comments

Comments
 (0)