Skip to content

Latest commit

 

History

History
64 lines (64 loc) · 3.4 KB

2.example_bug_report.yml

File metadata and controls

64 lines (64 loc) · 3.4 KB
NameAboutLabelsAssignees
Bug Report for ExamplesCreate a bug report for one of the Next.js examplesarea: examples

Note: If you leave out sections, the issue might be moved to the "Help" section.
Thanks for taking the time to file a bug report for one of the examples! Please fill out this form as completely as possible.

Verify canary release

Please run npm install next@canary to try 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. 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.

See a complete list in the examples folder. For example: with-styled-components. Note: Examples not in the examples folder might be maintained by the example's library author. Check out their projects before opening the issue on Next.js

Please specify the exact version. For example: Chrome 100.0.4878.0

For example: next start, 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 description of how to reproduce the issue, based on the relevant example. 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.

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.

Thanks in advance!