Skip to content

Latest commit

 

History

History
89 lines (89 loc) · 4.92 KB

1.bug_report.yml

File metadata and controls

89 lines (89 loc) · 4.92 KB
NameAboutLabelsAssignees
Bug ReportCreate a bug report for the Next.js coretemplate: bug

NOTE: examples related issue should be reported using this issue template instead.

If you leave out sections there is a high likelihood it will be moved to the GitHub Discussions "Help" section.

Verify canary release

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.

Please run next info in the root directory of your project and paste the results. You might need to use npx --no-install next info if next is not in the current PATH.

A link to a GitHub repository, a StackBlitz, or a CodeSandbox minimal reproduction. Minimal reproductions should be created from our bug report template with npx create-next-app -e reproduction-template and should include only changes that contribute to the issue.

Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue, based on the linked minimal reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that syntax highlighting is correct and double check that the rendered preview is not broken.

A clear and concise description of what the bug is.

A clear and concise description of what you expected to happen.

Before posting the issue go through the steps you've written down to make sure the steps provided are detailed and clear.

Contributors should be able to follow the steps provided in order to reproduce the bug.

These steps are used to add integration tests to ensure the same issue does not happen again. Thanks in advance!

Please specify the exact version. For example: Chrome 100.0.4878.0

For example: next start, next export, Vercel, Other platform