Skip to content

Commit 0b960bd

Browse files
authored
Update 1_bug_report.yml
1 parent 88b141d commit 0b960bd

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 🐛 Found a Bug
22
description: Report broken or incorrect behavior in Processing 4. (For help with your own code, please visit our forum at discourse.processing.org instead).
33
labels: [bug]
44
body:
5+
56
- type: dropdown
67
id: sub-area
78
attributes:
@@ -26,18 +27,21 @@ body:
2627
- Unit testing
2728
- Internationalization
2829
- Other (specify if possible)
30+
2931
- type: input
3032
attributes:
3133
label: Processing version
3234
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.
3335
validations:
34-
required: false
36+
required: true
37+
3538
- type: input
3639
attributes:
3740
label: Operating system
3841
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version"
3942
validations:
40-
required: false
43+
required: true
44+
4145
- type: textarea
4246
attributes:
4347
label: Steps to reproduce this
@@ -50,6 +54,7 @@ body:
5054
3."
5155
validations:
5256
required: true
57+
5358
- type: textarea
5459
attributes:
5560
label: snippet
@@ -60,6 +65,7 @@ body:
6065
```
6166
validations:
6267
required: false
68+
6369
- type: textarea
6470
attributes:
6571
label: Additional context

0 commit comments

Comments
 (0)