Skip to content

Commit

Permalink
chore: improve issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Dec 18, 2023
1 parent 6d6e86c commit 2a34187
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ body:
- What happened?
- What did you expect instead?
- Do you have an error stack trace?
- Do you have documentation links?
- Do you have screenshots?
- type: markdown
Expand Down
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🌟 Feature request
description: Have a great idea for this project? Tell us more!
description: Missing feature from this project? Tell us more!
labels: [enhancement, pending triage]
body:
- type: markdown
Expand All @@ -18,6 +18,9 @@ body:
- label: I understand tsx aims for TypeScript parity and will not support arbitrary Node.js enhancements
required: true

- label: This request cannot be made to Node.js directly, and is specific to tsx
required: true

- label: I understand this form is not for addressing a bug or seeking help
required: true

Expand All @@ -39,7 +42,7 @@ body:
attributes:
label: Motivations
description: |
Describe the problem you’re tackling with this feature request.
Describe the problem you’re addressing with this feature request. If the motivation is feature parity, provide documentation links.
placeholder: |
How did you come across this idea?
validations:
Expand All @@ -59,7 +62,7 @@ body:
attributes:
label: Additional context
description: |
Anything else to share? Screenshots? Links?
Anything else to share? (e.g. screenshots & links)
- type: markdown
attributes:
Expand Down

0 comments on commit 2a34187

Please sign in to comment.