Skip to content

Commit 63615f3

Browse files
authored
Update 1_bug_report.yml
1 parent 7fc0de1 commit 63615f3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,20 @@ body:
2727
- Unit testing
2828
- Internationalization
2929
- Other (specify if possible)
30+
validations:
31+
required: true
3032

3133
- type: input
3234
attributes:
3335
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.
3537
validations:
3638
required: true
3739

3840
- type: input
3941
attributes:
4042
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
4244
validations:
4345
required: true
4446

@@ -58,7 +60,7 @@ body:
5860
- type: textarea
5961
attributes:
6062
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.
6264
value: |
6365
```java
6466
// Paste your code here :)

0 commit comments

Comments
 (0)