Skip to content

Commit dd0633a

Browse files
authored
Update and rename bug_report.md to bug_report.yml
1 parent 7118aef commit dd0633a

2 files changed

Lines changed: 67 additions & 85 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 85 deletions
This file was deleted.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
name: 🐛 Found a Bug
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+
labels: [bug]
4+
body:
5+
- type: checkboxes
6+
id: sub-area
7+
attributes:
8+
label: Most appropriate sub-area of Processing 4?
9+
description: You may select more than one.
10+
multiple: true
11+
options:
12+
- Accessibility
13+
- Core/Environment/Rendering
14+
- Data
15+
- Events
16+
- Image
17+
- IO
18+
- Math
19+
- Typography
20+
- Utilities
21+
- OpenGL
22+
- Contributions Manager
23+
- Export
24+
- Build process
25+
- Unit testing
26+
- Internationalization
27+
- Other (specify if possible)
28+
- type: input
29+
attributes:
30+
label: Processing version
31+
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.
32+
validations:
33+
required: false
34+
- type: input
35+
attributes:
36+
label: Operating system
37+
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version"
38+
validations:
39+
required: false
40+
- type: textarea
41+
attributes:
42+
label: Steps to reproduce this
43+
description: Describe what steps will produce the bug.
44+
value: |
45+
"1.
46+
47+
2.
48+
49+
3."
50+
validations:
51+
required: true
52+
- type: textarea
53+
attributes:
54+
label: snippet
55+
description: If applicable, include a code snippet which produces the error.
56+
value: |
57+
```java
58+
// Paste your code here :)
59+
```
60+
validations:
61+
required: false
62+
- type: textarea
63+
attributes:
64+
label: Additional context
65+
description: Add any other context about the problem here.
66+
validations:
67+
required: false

0 commit comments

Comments
 (0)