Skip to content

Commit bccef59

Browse files
adwaw
1 parent e02e258 commit bccef59

1 file changed

Lines changed: 8 additions & 60 deletions

File tree

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 8 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,12 @@
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
1+
name: Question
2+
description: Use this for any other issues. PLEASE do not create blank issues.
3+
title: "[QUESTION]"
4+
labels: ["question"]
85
body:
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
15-
attributes:
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
19-
validations:
20-
required: false
216
- 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
7+
id: extrainfo
328
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
9+
label: [' ']
10+
description: Is there anything else we should know about this issue?
3911
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
12+
required: false

0 commit comments

Comments
 (0)