Skip to content

Commit

Permalink
build: update issue templates for use info new flag (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and juanpicado committed Jul 8, 2019
1 parent 274bb1a commit 495bb0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?:
Expand Down

0 comments on commit 495bb0a

Please sign in to comment.