From 05ed10811f40c9abbd14a0858e33fea1bbc110cf Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 3 Jul 2021 09:09:54 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b681af69f..c1073dae9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,25 @@ title: '' assignees: '' --- + + +**Your Environment** + + * **verdaccio version**: 5.x.x + * **node version** [12.x.x, 14.x.x]: + * **package manager**: [npm@7, pnpm@6, yarn@2] + * **os**: [mac, windows@10, linux] + * **platform**: [npm, docker, helm, other] + **Describe the bug** @@ -23,7 +42,7 @@ Be aware, the lack of reproducible steps the issue might cause your ticket to be -**Screenshots** +**Screenshots, server logs, package manager log** @@ -38,10 +57,14 @@ Be aware, the lack of reproducible steps the issue might cause your ticket to be **Debugging output** - `$ NODE_DEBUG=request verdaccio` display request calls (verdaccio <--> uplinks) -- `$ DEBUG=express:* verdaccio` enable extreme verdaccio debug mode (verdaccio api) +- `$ DEBUG=verdaccio* verdaccio` enable extreme verdaccio debug mode (verdaccio api) - `$ npm -ddd` prints: - `$ npm config get registry` prints: +**Contribute to Verdaccio** + +- [ ] I'm willing to fix this bug 🥇 +