Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change issue label #116

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ask-question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
options:
- label: I've looked through the [README](https://github.com/react-scheduler/react-big-schedule#readme)
required: true
- label: I've verified that I am running react-big-schedule version **4.2.0** or above.
- label: I've verified that I am running react-big-schedule latest version.
required: true
- label: I've searched the existing issues and discussions for a similar question
- label: I've provided relevant code snippets or error messages
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
attributes:
label: Checklist
options:
- label: "I've verified that I'm running react-big-schedule version **4.2.0** or higher"
- label: "I've verified that I'm running react-big-schedule latest version."
required: true
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
options:
- label: I've looked through the [README](https://github.com/react-scheduler/react-big-schedule#readme)
required: true
- label: I've verified that I'm running react-big-schedule version **4.2.0**
- label: I've verified that I'm running react-big-schedule latest version.
required: true
- label: I've searched existing feature requests and confirmed that this request is not a duplicate
required: true
Expand Down
Loading