Skip to content

Commit

Permalink
chore: improve issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Apr 2, 2024
1 parent a5daa7c commit 244a164
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
attributes:
label: Acknowledgements
options:
- label: I searched existing issues to avoid duplicates
- label: I read the documentation and searched existing issues to avoid duplicates
required: true

- label: I understand this is a place to report a confirmed bug (not seek debugging help)
Expand Down Expand Up @@ -115,9 +115,10 @@ body:
value: |
## 🗒️ Extra information
Let the code do the talking. Focus more on minimizing the reproduction to get to the core of the issue.
> [!IMPORTANT]
> Only fill out this section for more complex issues that require context. I only read this section after validating the reproduction.
Only fill out this section for more complex issues that require context.
Let the code do the talking. Focus more on minimizing the reproduction to get to the core of the issue.
- type: textarea
attributes:
Expand All @@ -133,16 +134,16 @@ body:
attributes:
value: |
## 🛠️ Contribute
This project relies on community contributions.
**Bugs are expected to be fixed by those that are affected by it.**
It would be amazing for you to contribute!
Offering financial support for the engineering work will likely speed up the resolution process.
- type: checkboxes
attributes:
label: Contributions
options:
- label: I will open a pull request for this issue
- label: I will support the work financially (any amount helps)
- label: I'm interested in working on this issue
- label: I'm willing to offer financial support

- type: markdown
attributes:
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
attributes:
label: Acknowledgements
options:
- label: I searched existing issues to avoid duplicates
- label: I read the documentation and searched existing issues to avoid duplicates
required: true

- label: I understand tsx aims for TypeScript parity and is not for arbitrary Node.js enhancements
Expand Down Expand Up @@ -76,16 +76,16 @@ body:
attributes:
value: |
## 🛠️ Contribute
This project relies on community contributions.
**Features are expected to be worked on by those that want it.**
It would be amazing for you to contribute!
Offering financial support for the engineering work will likely speed up the resolution process.
- type: checkboxes
attributes:
label: Contributions
options:
- label: I will open a pull request for this issue
- label: I will support the work financially (any amount helps)
- label: I'm interested in working on this issue
- label: I'm willing to offer financial support

- type: markdown
attributes:
Expand Down

0 comments on commit 244a164

Please sign in to comment.