You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/BUG_REPORT.yml
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
> 💁♂️ This is a collaborative effort. Please do your best to debug, communicate, and demonstrate the problem.
8
+
💁♂️ This is a collaborative effort. Please do your best to debug, communicate, and demonstrate the problem.
9
9
10
10
- type: checkboxes
11
11
attributes:
@@ -27,12 +27,15 @@ body:
27
27
attributes:
28
28
value: |
29
29
## 📋 Minimal reproduction
30
-
> ⚠️ **Issue closure warning**: Without a minimal reproduction URL, your issue will be closed & locked without response.
31
30
32
-
The minimal reproduction is the core of your issue. Most times, this is all we look at to understand the problem.
31
+
> [!WARNING]
32
+
> Without a minimal reproduction, your issue will be closed & locked without response.
33
33
34
-
When we debug your reproduction, we start by removing everything unncessary. Including converting TypeScript to JavaScript where possible, and removing _all_ unnecessary files & code (especially inside `node_modules`).
35
-
Minimizing the scope of the problem helps reveal the root cause.
34
+
The minimal reproduction is the core of your issue. Most times, this is all we read.
35
+
36
+
Start by removing everything unncessary. Including converting TypeScript to JavaScript where possible, and removing _all_ unnecessary files & code (especially inside `node_modules`).
37
+
38
+
Minimizing the scope of the problem will reveal the root cause.
36
39
37
40
<details>
38
41
<summary><strong>Guidelines for creating a Minimal Reproduction</strong></summary>
@@ -114,7 +117,7 @@ body:
114
117
115
118
Let the code do the talking. Focus more on minimizing the reproduction to get to the core of the issue.
116
119
117
-
This section is for more complex issues that require context.
120
+
Only fill out this section for more complex issues that require context.
118
121
119
122
- type: textarea
120
123
attributes:
@@ -130,14 +133,16 @@ body:
130
133
attributes:
131
134
value: |
132
135
## 🛠️ Contribute
133
-
This project relies on community contributions. It would be amazing for you to contribute!
136
+
This project relies on community contributions.
137
+
138
+
It would be amazing for you to contribute!
134
139
135
140
- type: checkboxes
136
141
attributes:
137
142
label: Contributions
138
143
options:
139
-
- label: I plan to open a pull request for this issue
140
-
- label: I plan to support the work financially (any amount helps)
144
+
- label: I will open a pull request for this issue
145
+
- label: I will support the work financially (any amount helps)
0 commit comments