verdaccio/.github/ISSUE_TEMPLATE/bug_report.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

2020-09-01 20:05:24 +02:00
---
2020-09-01 20:33:28 +02:00
name: Bug report 🐛
about: A feature is not working as is expected, I want to report a bug
labels: 'issue: needs triage'
title: ''
assignees: ''
2020-09-01 20:05:24 +02:00
---
**Describe the bug**
2020-09-01 20:33:28 +02:00
<!-- A clear and concise description of what the bug is. -->
2020-09-01 20:05:24 +02:00
**To Reproduce**
2020-09-01 20:33:28 +02:00
<!-- IMPORTANT:
- How to reproduce the issue
- Steps to reproduce the issue
Be aware, the lack of reproducible steps the issue might cause your ticket to be closed.
-->
2020-09-01 20:05:24 +02:00
**Expected behavior**
2020-09-01 20:33:28 +02:00
<!-- A clear and concise description of what you expected to happen. -->
2020-09-01 20:05:24 +02:00
**Screenshots**
2020-09-01 20:33:28 +02:00
<!-- If applicable, add screenshots to help explain your problem. -->
**Configuration File (cat ~/.config/verdaccio/config.yaml)**
<!-- Please be careful do not leak any sensitive information, remove tokens -->
**Environment information**
<!-- Please paste the results of running `verdaccio --info` -->
**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:
2020-09-01 20:05:24 +02:00
2020-09-01 20:33:28 +02:00
<!--
2020-09-01 20:05:24 +02:00
2020-09-01 20:33:28 +02:00
IMPORTANT: please do not attach external files, all content should be visible from any device.
-->
2020-09-01 20:05:24 +02:00