Skip to content

Latest commit

 

History

History
117 lines (99 loc) · 5.32 KB

bug.yml

File metadata and controls

117 lines (99 loc) · 5.32 KB
NameAboutLabelsAssignees
🐛 Bug ReportSubmit a bug report to help us improvebug,status: needs triage

Please help us help you!

Before filing your issue, ask yourself:

  • Is this clearly a Docusaurus defect?
  • Do I have basic ideas about where it goes wrong? (For example, if there are stack traces, are they pointing to one file?)
  • Could it be because of my own mistakes?

The GitHub issue tracker is not a support forum. If you are not sure whether it could be your mistakes, ask in the Discord server or GitHub discussions first. The quickest way to verify whether it's a Docusaurus defect is through a reproduction, starting with a fresh installation and making changes until the bug is reproduced.

Make the bug obvious. Ideally, we should be able to understand it without running any code.

Bugs are fixed faster if you include:

  • A repro repository to inspect the code
  • An url to see the problem live (if possible)

Pro tip: create a reproducible demo of the bug with https://new.docusaurus.io.

Have you read the Contributing Guidelines on issues?
Prerequisites

Please check the following items before creating a issue. This way we know you've done these steps first.

A clear and concise description of what the bug is.

Paste the link to an example repo, including a docusaurus.config.js, and exact instructions to reproduce the issue. It can either be a playground link created from https://new.docusaurus.io, or a git repository.

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!

Write down the steps to reproduce the bug. You should start with a fresh installation, or your git repository linked above.

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.

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"!
Please submit exhaustive and complete log messages (we also need the error stack-traces, not just the message).

Please read error messages carefully: it often tells you exactly what you are doing wrong.

Include as many relevant details about the environment you experienced the bug in.

Self-service

If you feel like you could contribute to this issue, please check the box below. This would tell us and other people looking for contributions that someone's working on it.
If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else.