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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ name: 🐛 Found a Bug
2
2
description: Report broken or incorrect behavior in Processing 4. (For help with your own code, please visit our forum at discourse.processing.org instead).
3
3
labels: [bug]
4
4
body:
5
+
5
6
- type: dropdown
6
7
id: sub-area
7
8
attributes:
@@ -26,18 +27,21 @@ body:
26
27
- Unit testing
27
28
- Internationalization
28
29
- Other (specify if possible)
30
+
29
31
- type: input
30
32
attributes:
31
33
label: Processing version
32
34
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.
33
35
validations:
34
-
required: false
36
+
required: true
37
+
35
38
- type: input
36
39
attributes:
37
40
label: Operating system
38
41
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version"
0 commit comments