Skip to content

Commit c5dfda0

Browse files
authored
Require next canary for bug report
1 parent ffb02ac commit c5dfda0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: Bug Report
22
description: Use this when the plugin breaks something
33
labels: bug
44
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Verify Next.js canary release
8+
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 may already be fixed in the canary version, so please verify that your issue reproduces before opening a new issue.'
9+
options:
10+
- label: I verified that the issue exists in the latest Next.js canary release
11+
required: true
512
- type: textarea
613
id: description
714
attributes:

0 commit comments

Comments
 (0)