verdaccio/.github/ISSUE_TEMPLATE/bug_report.md

72 lines
2.3 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
---
2021-07-03 09:09:54 +02:00
<!-- PLEASE READ THIS:
2021-07-03 09:10:38 +02:00
- If you are not sure is a bug, OPEN a DISCUSSION, if is a legitimate bug, is easy to create a bug from a discussion.
2021-07-03 09:09:54 +02:00
- Empty reports won't be considered and eventually be closed by a bot.
- Include debugging notes will help to fix it faster, HOW TO: https://github.com/verdaccio/verdaccio/wiki/Debugging-Verdaccio
2021-07-03 09:11:49 +02:00
- If you remove this template, ticket will be closed immediately.
- No English perfect is required, use public translators if is need it, we will do our best to help you.
2021-07-03 09:09:54 +02:00
- Extra bonus: The most complete this report is delivered, the faster you will get a response.
- Extra bonus: include screenshots, logs (remove sensitive data).
- If you are willing to fix it, there is a checkbox at the bottom.
-->
**Your Environment**
<!-- bug below the version 5.x will be closed, see SECURITY.md for more details -->
* **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]
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
2021-07-03 09:09:54 +02:00
**Screenshots, server logs, package manager log**
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**
2020-09-01 20:33:28 +02:00
<!-- Please paste the results of running `verdaccio --info` -->
**Debugging output**
- `$ NODE_DEBUG=request verdaccio` display request calls (verdaccio <--> uplinks)
2021-07-03 09:09:54 +02:00
- `$ DEBUG=verdaccio* verdaccio` enable extreme verdaccio debug mode (verdaccio api)
- `$ npm -ddd` prints:
- `$ npm config get registry` prints:
2020-09-01 20:05:24 +02:00
2021-07-03 09:09:54 +02:00
**Contribute to Verdaccio**
- [ ] I'm willing to fix this bug 🥇
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.
-->