Skip to content

Commit

Permalink
chore(no-release): update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Jan 3, 2024
1 parent a687fd6 commit 7f448f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Create a report to help us fix bugs
title: "[BUG] <title>"
title: "[BUG] "
labels: ["bug"]
body:
- type: checkboxes
Expand All @@ -15,7 +15,7 @@ body:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
- label: I have searched the existing issues and found nothing that matches
required: true
- type: textarea
attributes:
Expand Down Expand Up @@ -43,6 +43,13 @@ body:
placeholder: I expected that this happened instead.
validations:
required: true
- type: input
attributes:
label: Reproduction example
description: Link to an example that reproduces the bug. Could be, for example, a GitHub repo or a CodeSandbox link.
placeholder: https://github.com/...
validations:
required: true
- type: markdown
attributes:
value: Information about the environment you are using.
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request
description: Suggest an idea to improve this library
title: "[FEATURE] <title>"
title: "[FEATURE] "
labels: ["enhancement"]
body:
- type: checkboxes
Expand All @@ -15,7 +15,7 @@ body:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
- label: I have searched the existing issues and found nothing that matches
required: true
- type: textarea
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3_ask_a_question.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Ask a question
description: Need help with something? Let us know
title: "[ASK] <title>"
title: "[ASK] "
labels: ["question"]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
- label: I have searched the existing issues and found nothing that matches
required: true
- type: input
attributes:
Expand Down

1 comment on commit 7f448f1

@vercel
Copy link

@vercel vercel bot commented on 7f448f1 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.