Skip to content

Commit c626fee

Browse files
modified: bug.yml
1. removed contact detail section 2. removed version section 3. removed code of conduct section
1 parent 5009a3f commit c626fee

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ body:
99
attributes:
1010
value: |
1111
Thanks for taking the time to fill out this bug report!
12-
- type: input
13-
id: contact
14-
attributes:
15-
label: Contact Details
16-
description: How can we get in touch with you if we need more info?
17-
placeholder: ex. email@example.com
18-
validations:
19-
required: false
2012
- type: textarea
2113
id: what-happened
2214
attributes:
@@ -26,16 +18,6 @@ body:
2618
value: "A bug happened!"
2719
validations:
2820
required: true
29-
- type: dropdown
30-
id: version
31-
attributes:
32-
label: Version
33-
description: What version of our software are you running?
34-
options:
35-
- 1.0.2 (Default)
36-
- 1.0.3 (Edge)
37-
validations:
38-
required: true
3921
- type: dropdown
4022
id: browsers
4123
attributes:
@@ -52,11 +34,3 @@ body:
5234
label: Relevant log output
5335
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
5436
render: shell
55-
- type: checkboxes
56-
id: terms
57-
attributes:
58-
label: Code of Conduct
59-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
60-
options:
61-
- label: I agree to follow this project's Code of Conduct
62-
required: true

0 commit comments

Comments
 (0)