Skip to content

Commit

Permalink
chore: match docs page and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 16, 2022
1 parent 22ffd08 commit a5eb321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
- type: checkboxes
attributes:
label: Verify canary release
description: '`next@canary` is the beta version of Next.js. It includes all features and fixes that are pending to land on the stable release line. Some issues might have already been fixed there, so please verify that your issue exists in Next.js canary releases (`npm install next@canary`) before opening a new bug report.'
description: "`next@canary` is the canary version of Next.js that ships daily. It includes all features and fixes that have not been released to the stable version yet. Think of canary as a public beta. Some issues might have already been fixed there, so before opening a new issue on the repository, make sure to verify if the issue hasn't been fixed in the canary version already."
options:
- label: I verified that the issue exists in Next.js canary release
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2.example_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
- type: checkboxes
attributes:
label: Verify canary release
description: '`next@canary` is the beta version of Next.js. It includes all features and fixes that are pending to land on the stable release line. Some issues might have already been fixed there, so please verify that your issue exists in Next.js canary releases (`npm install next@canary`) before opening a new bug report.'
description: "`next@canary` is the canary version of Next.js that ships daily. It includes all features and fixes that have not been released to the stable version yet. Think of canary as a public beta. Some issues might have already been fixed there, so before opening a new issue on the repository, make sure to verify if the issue hasn't been fixed in the canary version already."
options:
- label: I verified that the issue exists in Next.js canary release
required: true
Expand Down

0 comments on commit a5eb321

Please sign in to comment.