mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
build: update issue templates for use info new flag (#1377)
This commit is contained in:
parent
274bb1a9b9
commit
495bb0afee
2 changed files with 8 additions and 2 deletions
5
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
|
@ -25,7 +25,10 @@ If applicable, add screenshots to help explain your problem.
|
|||
- Docker commands [e.g. docker pull ...]
|
||||
- Docker Version [e.g. v18.05.0-ce-rc1]
|
||||
|
||||
**Configuration File (cat ~/.config/verdaccio/config.yaml)**
|
||||
**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)
|
||||
|
|
5
.github/issue_template.md
vendored
5
.github/issue_template.md
vendored
|
@ -22,7 +22,10 @@ Some advices before file an issue
|
|||
- `$ npm -ddd` prints:
|
||||
- `$ npm config get registry` prints:
|
||||
- Verdaccio terminal output
|
||||
- Which (Windows, OS X/macOS, or Linux) environment are you running verdaccio?:
|
||||
- Please paste the results of `verdaccio --info` here:
|
||||
|
||||
<!-- Local environment information -->
|
||||
|
||||
- Verdaccio configuration file, eg: `cat ~/.config/verdaccio/config.yaml`
|
||||
- Container Options:
|
||||
- Docker?:
|
||||
|
|
Loading…
Add table
Reference in a new issue