0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore: update bug report

This commit is contained in:
Juan Picado @jotadeveloper 2020-09-01 20:33:28 +02:00
parent dcadc44d4c
commit 0fb0ab4638
No known key found for this signature in database
GPG key ID: 15AA875EF3768142
2 changed files with 28 additions and 66 deletions

View file

@ -1,41 +0,0 @@
---
name: Bug report 🐛
about: A feature is not working as is expected, I want to report a bug
labels: "issue: bug" "issue: needs triage"
---
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
**To Reproduce**
<!-- 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.
-->
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**Screenshots**
<!-- 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:
<!--
IMPORTANT: please do not attach external files, all content should be visible from any device.
-->

View file

@ -1,38 +1,41 @@
--- ---
name: Bug report name: Bug report 🐛
about: Create a report to help us improve about: A feature is not working as is expected, I want to report a bug
title: '' labels: "issue: bug" "issue: needs triage"
labels: ''
assignees: ''
--- ---
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. <!-- A clear and concise description of what the bug is. -->
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: <!-- IMPORTANT:
1. Go to '...' - How to reproduce the issue
2. Click on '....' - Steps to reproduce the issue
3. Scroll down to '....'
4. See error Be aware, the lack of reproducible steps the issue might cause your ticket to be closed.
-->
**Expected behavior** **Expected behavior**
A clear and concise description of what you expected to happen. <!-- A clear and concise description of what you expected to happen. -->
**Screenshots** **Screenshots**
If applicable, add screenshots to help explain your problem. <!-- If applicable, add screenshots to help explain your problem. -->
**Desktop (please complete the following information):** **Configuration File (cat ~/.config/verdaccio/config.yaml)**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):** <!-- Please be careful do not leak any sensitive information, remove tokens -->
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1] **Environment information**
- Browser [e.g. stock browser, safari] <!-- Please paste the results of running `verdaccio --info` -->
- Version [e.g. 22]
**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:
<!--
IMPORTANT: please do not attach external files, all content should be visible from any device.
-->
**Additional context**
Add any other context about the problem here.