Skip to content

Commit 04d99f9

Browse files
chore: update bug-report template (#103)
1 parent fb16213 commit 04d99f9

File tree

2 files changed

+59
-40
lines changed

2 files changed

+59
-40
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: 🐞 Bug Report
2+
description: This form is to report unexpected behavior in qwik-nx.
3+
labels: ['type: bug']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking your precious time to file an issue! 🙏 We are sorry for the inconvenience this issue has caused you and want to resolve it as soon as possible.
9+
10+
Help us help you! We know that your time is precious and hate to ask for any more of it, but the first step in fixing this issue is to understand the issue. Taking some extra time to ensure that we are able to reproduce the issue will help us significantly in resolving the issue.
11+
- type: textarea
12+
id: current-behavior
13+
attributes:
14+
label: Current Behavior
15+
description: What is the behavior that currently you experience?
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: expected-behavior
20+
attributes:
21+
label: Expected Behavior
22+
description: What is the behavior that you expect to happen?
23+
validations:
24+
required: true
25+
- type: input
26+
id: repo
27+
attributes:
28+
label: GitHub Repo
29+
description: |
30+
This is extremely important! If possible, please do take a few minutes of your time to create a repo to help us reproduce the issue.
31+
This is the best way to help us reproduce the issue and fix it as soon as possible.
32+
- type: textarea
33+
id: reproduction
34+
attributes:
35+
label: Steps to Reproduce
36+
description: Please provide some instructions to reproduce the issue in the repo provided above. Be as detailed as possible.
37+
value: |
38+
1.
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: nx-report
43+
attributes:
44+
label: Nx Report
45+
description: Please paste the contents shown by `nx report`. This will be automatically formatted into code, so no need for backticks.
46+
render: shell
47+
validations:
48+
required: true
49+
- type: textarea
50+
id: logs
51+
attributes:
52+
label: Failure Logs
53+
description: Please include any relevant log snippets or files here. This will be automatically formatted into code, so no need for backticks.
54+
render: shell
55+
- type: textarea
56+
id: additional
57+
attributes:
58+
label: Additional Information
59+
description: Is there any additional information that you can provide?

.github/ISSUE_TEMPLATE/bug_report.md

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

0 commit comments

Comments
 (0)