Skip to content

Commit

Permalink
chore(no-release): library version as optional input in question issu…
Browse files Browse the repository at this point in the history
…e template
  • Loading branch information
TheEdoRan committed Jan 2, 2024
1 parent 0b40f55 commit ca811fe
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/3_ask_a_question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ description: Need help with something? Let us know
title: "[ASK] <title>"
labels: ["question"]
body:
- type: checkboxes
attributes:
label: Are you using the latest version of this library?
description: Please let us know if you are using the latest version of next-safe-action or not.
options:
- label: I verified that the issue exists in the latest next-safe-action release
required: false
- 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
required: true
- type: input
attributes:
label: Library version (optional)
placeholder: 6.0.0
validations:
required: false
- type: textarea
attributes:
label: Ask a question
Expand Down

1 comment on commit ca811fe

@vercel
Copy link

@vercel vercel bot commented on ca811fe Jan 2, 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.