You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1_bug_report.yml
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -29,24 +29,24 @@ body:
29
29
- Other (specify if possible)
30
30
validations:
31
31
required: true
32
-
32
+
33
33
- type: input
34
34
attributes:
35
-
label: Processing version
35
+
label: Processing version
36
36
description: Go to "Help > About Processing" and look in the bottom-right corner for the version number. It also appears in the title bar of every editor window.
37
37
validations:
38
38
required: true
39
-
39
+
40
40
- type: input
41
41
attributes:
42
-
label: Operating system
42
+
label: Operating system
43
43
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version"
44
44
validations:
45
45
required: true
46
-
46
+
47
47
- type: textarea
48
48
attributes:
49
-
label: Steps to reproduce this
49
+
label: Steps to reproduce this
50
50
description: Describe what steps will produce the bug.
51
51
value: |
52
52
"1.
@@ -56,7 +56,7 @@ body:
56
56
3."
57
57
validations:
58
58
required: true
59
-
59
+
60
60
- type: textarea
61
61
attributes:
62
62
label: snippet
@@ -67,19 +67,27 @@ body:
67
67
// Paste your code below :)
68
68
69
69
void setup() {
70
-
70
+
71
71
}
72
-
72
+
73
73
void draw() {
74
-
74
+
75
75
}
76
76
```
77
77
validations:
78
78
required: false
79
-
79
+
80
80
- type: textarea
81
81
attributes:
82
82
label: Additional context
83
83
description: Add any other context about the problem here.
84
84
validations:
85
85
required: false
86
+
87
+
- type: input
88
+
attributes:
89
+
label: Would you like to work on the issue?
90
+
description: |
91
+
Please let us know if you can work on this or if the issue should be assigned to someone else.
0 commit comments