Skip to content

Commit

Permalink
chore: add sponsorship support
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Aug 11, 2023
1 parent 9dbbae6 commit 3560053
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ body:
attributes:
value: |
Thank you for taking the time to file this bug report.
- type: textarea
attributes:
label: Bug description
Expand All @@ -22,6 +23,7 @@ body:
-->
validations:
required: true

- type: input
attributes:
label: Minimal reproduction link
Expand All @@ -42,6 +44,7 @@ body:
placeholder: Minimal reproduction URL
validations:
required: true

- type: textarea
attributes:
label: Environment
Expand All @@ -66,9 +69,15 @@ body:
render: shell
validations:
required: true

- type: checkboxes
attributes:
label: Can you contribute a fix?
description: We would love it if you can open a pull request to fix this bug!
options:
- label: I’m interested in opening a pull request for this issue.

- type: markdown
attributes:
value: |
Want to escalate this issue and get priority support? Consider becoming a [sponsor](https://github.com/sponsors/privatenumber)! Your sponsorship helps ensure swift bug resolution and ongoing project maintenance. Thank you for your support! 🙏
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ body:
attributes:
value: |
Thank you for taking the time to file this feature request.
- type: textarea
attributes:
label: Feature request
description: A description of the feature you would like.
validations:
required: true

- type: textarea

attributes:
label: Why?
description: |
Expand All @@ -25,6 +28,7 @@ body:
-->
validations:
required: true

- type: textarea
attributes:
label: Alternatives
Expand All @@ -36,8 +40,14 @@ body:
Do you have a workaround?
-->
- type: textarea
attributes:
label: Additional context
description: |
Anything else to share? Screenshots? Links?
- type: markdown
attributes:
value: |
Want to escalate this issue and get priority support? Consider becoming a [sponsor](https://github.com/sponsors/privatenumber)! Your sponsorship helps ensure swift bug resolution and ongoing project maintenance. Thank you for your support! 🙏
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ contact_links:
- name: Help / Questions / Discussions
url: https://github.com/esbuild-kit/esbuild-loader/discussions
about: Use GitHub Discussions for anything else

- name: Priority support ⭐️
url: https://github.com/sponsors/privatenumber/
about: Join our community of sponsors and enjoy priority attention for all your questions and concerns

0 comments on commit 3560053

Please sign in to comment.