mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
misc: improve bug report issue template (#4878)
* 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>
This commit is contained in:
parent
62caaeddbb
commit
1afb0dc219
1 changed files with 17 additions and 3 deletions
20
.github/ISSUE_TEMPLATE/bug.md
vendored
20
.github/ISSUE_TEMPLATE/bug.md
vendored
|
@ -18,7 +18,21 @@ labels: 'bug, needs triage'
|
|||
|
||||
## 🐛 Bug Report
|
||||
|
||||
(A clear and concise description of what the bug is)
|
||||
### Prerequisites
|
||||
|
||||
<!--
|
||||
IMPORTANT: Please check the following items before creating a issue.
|
||||
Mark the checkbox by putting an X between the bracket.
|
||||
This way we know you've done these steps first.
|
||||
-->
|
||||
|
||||
- [ ] I'm using the latest version of Docusaurus.
|
||||
- [ ] I have tried the `npm run clear` or `yarn 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](https://github.com/facebook/docusaurus/blob/master/CONTRIBUTING.md#reporting-new-issues)?
|
||||
|
||||
|
@ -60,10 +74,10 @@ If possible, use https://new.docusaurus.io to create a CodeSandbox reproducible
|
|||
<!-- Include as many relevant details about the environment you experienced the bug in -->
|
||||
|
||||
- Public source code:
|
||||
- Public site url:
|
||||
- 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):
|
||||
- Operating system and version (e.g. Ubuntu 20.04.2 LTS):
|
||||
|
||||
## Reproducible Demo
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue