Skip to content

Commit 49d607b

Browse files
authored
Update and rename bug_report.md to 1_bug_report.yml
1 parent bd25463 commit 49d607b

File tree

2 files changed

+72
-38
lines changed

2 files changed

+72
-38
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: 🐛 Found a Bug
2+
about: This template is for reporting broken or incorrect behavior on the processing.org website. (If you have questions about your own code, please visit our forum at discourse.processing.org instead)
3+
body:
4+
- type: dropdown
5+
id: labels
6+
attributes:
7+
label: Select the most appropriate label(s) for this issue.
8+
description: You may select more than one.
9+
multiple: true
10+
options:
11+
- label: Accessibility
12+
- label: Books
13+
- label: Download
14+
- label: Enhancement
15+
- label: Examples
16+
- label: Homepage
17+
- label: Libraries
18+
- label: Reference
19+
- label: Translation
20+
- label: Tutorials
21+
- label: Other (specify if possible)
22+
validations:
23+
required: false
24+
- type: input
25+
attributes:
26+
label: Describe the bug
27+
description: A clear and concise description of what the bug is.
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: Steps to reproduce the behavior
33+
description: Include a simple code snippet that demonstrates the problem, along with any console errors produced. If this isn't possible, then simply describe the issue as best you can.
34+
value: "### Steps:\n\n1.\n\n2.\n\n3.\n\n### Snippet:\n\n```js\n\n// Paste your code here :)\n\n```\n"
35+
validations:
36+
required: true
37+
- type: input
38+
attributes:
39+
label: Expected behavior
40+
description: A clear and concise description of what you expected to happen.
41+
validations:
42+
required: true
43+
- type: textarea
44+
attributes:
45+
label: Screenshots
46+
description: If applicable, add a screenshot or screen capture to help explain your problem.
47+
validations:
48+
required: false
49+
- type: input
50+
attributes:
51+
label: Browser version
52+
description: In the address bar, on Chrome enter "chrome://version", on Firefox enter "about:support". On Safari, use "About Safari".
53+
validations:
54+
required: false
55+
- type: input
56+
attributes:
57+
label: Operating system
58+
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version."
59+
validations:
60+
required: false
61+
- type: input
62+
attributes:
63+
label: Smartphone details
64+
description: "Please complete the following information if applicable.\n\n - Device: [e.g. iPhone6]\n - OS: [e.g. iOS8.1]\n - Browser [e.g. stock browser, safari]\n - Version [e.g. 22]"
65+
validations:
66+
required: false
67+
- type: textarea
68+
attributes:
69+
label: Additional context
70+
description: Add any other context about the problem here.
71+
validations:
72+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)