Skip to content

Commit 0f9c15d

Browse files
authored
Create bug_report.yml (#143)
1 parent a9b189b commit 0f9c15d

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

ISSUE_TEMPLATE/bug_report.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Bug Report
2+
title: "[Bug]: "
3+
description: File a bug report
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Thanks for taking the time to fill out this bug report!
9+
- type: textarea
10+
id: what-happened
11+
attributes:
12+
label: What happened?
13+
description: Also describe the steps to reproduce the problem and what did you expect to happen?
14+
placeholder: Tell us what you see!
15+
validations:
16+
required: true
17+
- type: input
18+
id: version
19+
attributes:
20+
label: Version
21+
description: What version of html-minifier are you using? If it is not latest, make sure to try reproducing the issue in latest version.
22+
placeholder: v7.0.x
23+
validations:
24+
required: true
25+
- type: dropdown
26+
id: browsers
27+
attributes:
28+
label: What browsers are you seeing the problem on?
29+
multiple: true
30+
options:
31+
- Firefox
32+
- Chrome
33+
- Safari
34+
- type: input
35+
id: link-to-reproduce
36+
attributes:
37+
label: Link to reproduce
38+
description: A Github repo or a stackblitz/codesandbox link to reproduce the issue and speedup the process
39+
placeholder: "https://stackblitz.com/edit/..."
40+
- type: textarea
41+
id: logs
42+
attributes:
43+
label: Relevant log output
44+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
45+
render: shell
46+
- type: dropdown
47+
id: submit-pr
48+
attributes:
49+
label: Willing to submit a PR?
50+
options:
51+
- Yes
52+
- No

0 commit comments

Comments
 (0)