Skip to content

Latest commit

 

History

History
73 lines (73 loc) · 2.67 KB

1.bug_report.yml

File metadata and controls

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

Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.

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

Please first verify if your issue exists in the Next.js canary release line: npm install next@canary.

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.

For example: 10.0.1

For example: 12.0.0

For example: Chrome, Safari

For example: macOS, Windows

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

A clear and concise description of what the bug is.

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

Steps to reproduce the behavior, please provide a clear code snippets that always reproduces the issue or a GitHub repository. Screenshots can be provided in the issue body below.

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!