We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ee563 commit 1b05f71Copy full SHA for 1b05f71
1 file changed
.github/ISSUE_TEMPLATE/1_bug_report.yml
@@ -60,10 +60,19 @@ body:
60
- type: textarea
61
attributes:
62
label: snippet
63
- description: If applicable, include a code snippet that produces the error.
+ description: If applicable, include a minimal sketch that produces the error.
64
value: |
65
- ```java
66
- // Paste your code here :)
+ ```processing
+
67
+ // Paste your code below :)
68
69
+ void setup() {
70
71
+ }
72
73
+ void draw() {
74
75
76
```
77
validations:
78
required: false
0 commit comments