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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,20 @@ body:
27
27
- Unit testing
28
28
- Internationalization
29
29
- Other (specify if possible)
30
+
validations:
31
+
required: true
30
32
31
33
- type: input
32
34
attributes:
33
35
label: Processing version
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.
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.
35
37
validations:
36
38
required: true
37
39
38
40
- type: input
39
41
attributes:
40
42
label: Operating system
41
-
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version"
43
+
description: Ex: Windows/MacOSX/Linux/Android/iOS along with version
42
44
validations:
43
45
required: true
44
46
@@ -58,7 +60,7 @@ body:
58
60
- type: textarea
59
61
attributes:
60
62
label: snippet
61
-
description: If applicable, include a code snippet which produces the error.
63
+
description: If applicable, include a code snippet that produces the error.
0 commit comments