From d4e16051fa3bc11701596a69e351cc3b6beb2dda Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Wed, 10 Jul 2019 10:29:20 +0200 Subject: [PATCH] chore: update bug report content --- .github/ISSUE_TEMPLATE/Bug_report.md | 38 +++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 8f84f17e2..6a478be1d 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,13 +1,24 @@ --- name: Bug report about: Create a report to help us improve - --- + + **Describe the bug** -A clear and concise description of what the bug is. + **To Reproduce** + + Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -15,26 +26,41 @@ Steps to reproduce the behavior: 4. See error **Expected behavior** -A clear and concise description of what you expected to happen. + **Screenshots** If applicable, add screenshots to help explain your problem. **Docker || Kubernetes (please complete the following information):** - - Docker verdaccio tag: [e.g. verdaccio:beta] + - Docker verdaccio tag: [e.g. verdaccio:4.x] - Docker commands [e.g. docker pull ...] - Docker Version [e.g. v18.05.0-ce-rc1] **Configuration File (cat ~/.config/verdaccio/config.yaml)** + + **Environment information** -Please paste the results of `verdaccio --info` here + + **Debugging output** + + - `$ NODE_DEBUG=request verdaccio` display request calls (verdaccio <--> uplinks) - `$ DEBUG=express:* verdaccio` enable extreme verdaccio debug mode (verdaccio api) - `$ npm -ddd` prints: - `$ npm config get registry` prints: **Additional context** -Add any other context about the problem here. + + +