astro/.github/ISSUE_TEMPLATE/---bug-report.md
2021-06-13 22:44:26 +00:00

943 B

name about title labels assignees
🐛 Bug Report Report an issue or possible bug 🐛 <TITLE>

Bug Report: Quick Checklist

  • I am on the latest version of Astro & all plugins.
  • I am on an ESM Node.js version (v12.20.0+, v14.13.1+, or v16.0.0+)
  • I use package manager: (Fill in: npm, yarn, pnpm, etc).
  • I run Astro on OS: (Fill in: Windows, Mac, Linux, etc).

Describe the bug

<A quick, clear, concise summary of what the bug is.>

Steps to reproduce

  1. npm init astro using template
  2. ...
  3. ...
  4. ...
  5. Error! Describe what went wrong...

Expected behavior

A short, clear description of what you expected to happen.

Anything else?

Add any other info about the problem here, if useful. Delete this section if not used.