From 71fa9e512f4cabebcd99f62cd9c48478ac435272 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 1 Jun 2021 02:31:23 +0300 Subject: [PATCH 1/6] misc: improve bug report issue template --- .github/ISSUE_TEMPLATE/bug.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index b668bf2cd9cb..b64f1baa0fe5 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -18,6 +18,17 @@ labels: 'bug, needs triage' ## 🐛 Bug Report +### Prerequisites + + + +- [ ] Are you using the latest version of Docusaurus? +- [ ] Have you tried running the `yarn clear` command? + +### 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)? @@ -63,7 +74,7 @@ If possible, use https://new.docusaurus.io to create a CodeSandbox reproducible - 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 From a20ef209c05d00f5051fcdf556a15b7a62196fb8 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 1 Jun 2021 02:45:56 +0300 Subject: [PATCH 2/6] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index b64f1baa0fe5..9a05f972359c 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -22,6 +22,7 @@ labels: 'bug, needs triage' - [ ] Are you using the latest version of Docusaurus? @@ -29,7 +30,7 @@ IMPORTANT: Please meet all following the preconditions before submitting an issu ### Description -(A clear and concise description of what the bug is) +(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)? From 95d01ece48b1a292a2ed48d05e50772c7245c36e Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 1 Jun 2021 10:24:35 +0300 Subject: [PATCH 3/6] Apply suggestions from code review Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 9a05f972359c..5d6ff0de7f96 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -21,12 +21,13 @@ labels: 'bug, needs triage' ### Prerequisites -- [ ] Are you using the latest version of Docusaurus? -- [ ] Have you tried running the `yarn clear` command? +- [ ] I'm using the latest version of Docusaurus. +- [ ] I have tried the `yarn clear` command. ### Description From 2e3bfdc494962b1f0846ccb4be6bdf51b70846f3 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 1 Jun 2021 12:17:18 +0300 Subject: [PATCH 4/6] Update .github/ISSUE_TEMPLATE/bug.md Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 5d6ff0de7f96..7cec25e4c2a0 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -73,7 +73,7 @@ If possible, use https://new.docusaurus.io to create a CodeSandbox reproducible - 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 (e.g. Ubuntu 20.04.2 LTS): From 6a3ecda202debc56943fa1ea1c81ac5b56ad003b Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 2 Jun 2021 10:37:54 +0300 Subject: [PATCH 5/6] Update .github/ISSUE_TEMPLATE/bug.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Lorber --- .github/ISSUE_TEMPLATE/bug.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 7cec25e4c2a0..90931a3db39a 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -27,7 +27,8 @@ This way we know you've done these steps first. --> - [ ] I'm using the latest version of Docusaurus. -- [ ] I have tried the `yarn clear` command. +- [ ] 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 From da697af4d234680016bb5f63020c504ef2a7431d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 2 Jun 2021 10:38:14 +0300 Subject: [PATCH 6/6] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 90931a3db39a..e195e35c4d2b 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -28,7 +28,7 @@ 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 +- [ ] I have tried `rm -rf node_modules yarn.lock package-lock.json` and re-installing packages. ### Description