Skip to content

Commit a894bf5

Browse files
committed
chore: update issue template
1 parent 3140aad commit a894bf5

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
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.
99
1010
- type: checkboxes
1111
attributes:
@@ -27,12 +27,15 @@ body:
2727
attributes:
2828
value: |
2929
## 📋 Minimal reproduction
30-
> ⚠️ **Issue closure warning**: Without a minimal reproduction URL, your issue will be closed & locked without response.
3130
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.
3333
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.
3639
3740
<details>
3841
<summary><strong>Guidelines for creating a Minimal Reproduction</strong></summary>
@@ -114,7 +117,7 @@ body:
114117
115118
Let the code do the talking. Focus more on minimizing the reproduction to get to the core of the issue.
116119
117-
This section is for more complex issues that require context.
120+
Only fill out this section for more complex issues that require context.
118121
119122
- type: textarea
120123
attributes:
@@ -130,14 +133,16 @@ body:
130133
attributes:
131134
value: |
132135
## 🛠️ 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!
134139
135140
- type: checkboxes
136141
attributes:
137142
label: Contributions
138143
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)
141146

142147
- type: markdown
143148
attributes:

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
> 💁‍♂️ This is a collaborative effort. Please be polite & considerate, and follow this form.
8+
💁‍♂️ This is a collaborative effort. Please be polite & considerate, and follow this form.
99
1010
- type: checkboxes
1111
attributes:
@@ -76,14 +76,16 @@ body:
7676
attributes:
7777
value: |
7878
## 🛠️ Contribute
79-
This project relies on community contributions. It would be amazing for you to contribute!
79+
This project relies on community contributions.
80+
81+
It would be amazing for you to contribute!
8082
8183
- type: checkboxes
8284
attributes:
8385
label: Contributions
8486
options:
85-
- label: I plan to open a pull request for this issue
86-
- label: I plan to support the work financially (any amount helps)
87+
- label: I will open a pull request for this issue
88+
- label: I will support the work financially (any amount helps)
8789

8890
- type: markdown
8991
attributes:

0 commit comments

Comments
 (0)