Skip to content

Commit 1b05f71

Browse files
authored
Update 1_bug_report.yml
1 parent 20ee563 commit 1b05f71

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,19 @@ body:
6060
- type: textarea
6161
attributes:
6262
label: snippet
63-
description: If applicable, include a code snippet that produces the error.
63+
description: If applicable, include a minimal sketch that produces the error.
6464
value: |
65-
```java
66-
// Paste your code here :)
65+
```processing
66+
67+
// Paste your code below :)
68+
69+
void setup() {
70+
71+
}
72+
73+
void draw() {
74+
75+
}
6776
```
6877
validations:
6978
required: false

0 commit comments

Comments
 (0)