Skip to content

Commit e02e258

Browse files
adwadw
1 parent 0b29e8b commit e02e258

1 file changed

Lines changed: 60 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 60 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,64 @@
1-
name: Question
2-
description: Use this for any other issues. PLEASE do not create blank issues.
3-
title: "[QUESTION]"
4-
labels: ["question"]
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
projects: ["octo-org/1", "octo-org/44"]
6+
assignees:
7+
- octocat
58
body:
6-
- type: textarea
7-
id: extrainfo
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this bug report!
13+
- type: input
14+
id: contact
815
attributes:
9-
label: Additional Information
10-
description: Is there anything else we should know about this issue?
16+
label: Contact Details
17+
description: How can we get in touch with you if we need more info?
18+
placeholder: ex. email@example.com
1119
validations:
1220
required: false
21+
- type: textarea
22+
id: what-happened
23+
attributes:
24+
label: What happened?
25+
description: Also tell us, what did you expect to happen?
26+
placeholder: Tell us what you see!
27+
value: "A bug happened!"
28+
validations:
29+
required: true
30+
- type: dropdown
31+
id: version
32+
attributes:
33+
label: Version
34+
description: What version of our software are you running?
35+
options:
36+
- 1.0.2 (Default)
37+
- 1.0.3 (Edge)
38+
default: 0
39+
validations:
40+
required: true
41+
- type: dropdown
42+
id: browsers
43+
attributes:
44+
label: What browsers are you seeing the problem on?
45+
multiple: true
46+
options:
47+
- Firefox
48+
- Chrome
49+
- Safari
50+
- Microsoft Edge
51+
- type: textarea
52+
id: logs
53+
attributes:
54+
label: Relevant log output
55+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
56+
render: shell
57+
- type: checkboxes
58+
id: terms
59+
attributes:
60+
label: Code of Conduct
61+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
62+
options:
63+
- label: I agree to follow this project's Code of Conduct
64+
required: true

0 commit comments

Comments
 (0)