diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 762a7816f9..b668bf2cd9 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -4,6 +4,18 @@ 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) @@ -14,6 +26,8 @@ labels: 'bug, needs triage' ## To Reproduce +If possible, use https://new.docusaurus.io to create a CodeSandbox reproducible demo of the bug. + (Write your steps here:) 1. Step 1... @@ -45,13 +59,17 @@ labels: 'bug, needs triage' +- 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 (desktop or mobile): ## Reproducible Demo -(Paste the link to an example repo, including a `siteConfig.js`, and exact instructions to reproduce the issue.) +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.)