mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
* misc: improve bug report issue template * Update bug.md * Apply suggestions from code review Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug.md Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug.md Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> * Update bug.md Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2.8 KiB
2.8 KiB
name | about | labels |
---|---|---|
🐛 Bug Report | Submit a bug report to help us improve | bug, needs triage |
🐛 Bug Report
Prerequisites
- I'm using the latest version of Docusaurus.
- I have tried the
npm run clear
oryarn clear
command. - I have tried
rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.
Description
(A clear and concise description of what the bug is.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)
To Reproduce
If possible, use https://new.docusaurus.io to create a CodeSandbox reproducible demo of the bug.
(Write your steps here:)
- Step 1...
- Step 2...
- Step 3...
Expected behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Add screenshots, if applicable.)
Your Environment
- Public source code:
- Public site URL:
- Docusaurus version used:
- Environment name and version (e.g. Chrome 78.0.3904.108, Node.js 10.17.0):
- Operating system and version (e.g. Ubuntu 20.04.2 LTS):
Reproducible Demo
If possible, use https://new.docusaurus.io to create a CodeSandbox reproducible demo of the bug.
(Paste the link to an example repo, including a docusaurus.config.js
, and exact instructions to reproduce the issue.)