71 lines
1.9 KiB
Markdown
71 lines
1.9 KiB
Markdown
---
|
||
name: 🐛 Bug Report
|
||
about: Submit a bug report to help us improve
|
||
labels: 'bug, needs triage'
|
||
---
|
||
|
||
## 🐛 Bug Report
|
||
|
||
(A clear and concise description of what the bug is)
|
||
|
||
### Have you read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/master/CONTRIBUTING.md#reporting-new-issues)?
|
||
|
||
(Write your answer here.)
|
||
|
||
## To Reproduce
|
||
|
||
(Write your steps here:)
|
||
|
||
1. Step 1...
|
||
1. Step 2...
|
||
1. Step 3...
|
||
|
||
## Expected behavior
|
||
|
||
<!--
|
||
How did you expect your project to behave?
|
||
It’s fine if you’re not sure your understanding is correct.
|
||
Write down what you thought would happen.
|
||
-->
|
||
|
||
(Write what you thought would happen.)
|
||
|
||
## Actual Behavior
|
||
|
||
<!--
|
||
Did something go wrong?
|
||
Is something broken, or not behaving as you expected?
|
||
Describe this section in detail, and attach screenshots if possible.
|
||
Don't only say "it doesn't work"!
|
||
-->
|
||
|
||
(Write what happened. Add screenshots, if applicable.)
|
||
|
||
## Your Environment
|
||
|
||
<!-- Include as many relevant details about the environment you experienced the bug in -->
|
||
|
||
- Docusaurus version used:
|
||
- Environment name and version (e.g. Chrome 78.0.3904.108, Node.js 10.17.0):
|
||
- Operating system and version (desktop or mobile):
|
||
|
||
## Reproducible Demo
|
||
|
||
(Paste the link to an example repo, including a `siteConfig.js`, and exact instructions to reproduce the issue.)
|
||
|
||
<!--
|
||
What happens if you skip this step?
|
||
|
||
Someone will read your bug report, and maybe will be able to help you,
|
||
but it’s unlikely that it will get much attention from the team. Eventually,
|
||
the issue will likely get closed in favor of issues that have reproducible demos.
|
||
|
||
Please remember that:
|
||
|
||
* Issues without reproducible demos have a very low priority.
|
||
* The person fixing the bug would have to do that anyway. Please be respectful of their time.
|
||
* You might figure out the issues yourself as you work on extracting it.
|
||
|
||
Thanks for helping us help you!
|
||
-->
|