0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

contributing guidelines, just a rough try example

This commit is contained in:
Juan Picado @jotadeveloper 2017-02-18 12:05:12 +01:00
parent 59b8b6f037
commit 8a0b20719e
2 changed files with 39 additions and 0 deletions

31
.github/issue_template.md vendored Normal file
View file

@ -0,0 +1,31 @@
### My reason:
<!--
a brief explanation of the issue, suggestion, feature
-->
### Steps to reproduce:
<!--
(if it applies)
how can I do in order to reproduce it? environment? configuration?
-->
### Additional information:
<!--
provide the following information would be helpful
-->
- `$ set DEBUG=express:* verdaccio` enable extreme verdaccio debug mode
- `$ npm --verbose` prints:
- `$ npm config get registry` prints:
- Verdaccio terminal output
- Windows, OS X/macOS, or Linux?:
- Verdaccio configuration file, eg: `cat ~/.config/verdaccio/config.yaml`
- Container:
- [ ] I use local environment
- [ ] I develop / deploy using Docker.
- [ ] I deploy to a PaaS.
### Additional verbose log:

8
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,8 @@
# Contributing to Verdaccio
## Before submit a new issue
* Check if there's a simple solution in the wiki.
* Search for similar issues.
* [A quick look on Stackoverflow.](http://stackoverflow.com/questions/tagged/sinopia)
* [Check if there is a legacy sinopia plugin for the feature that you need](https://www.npmjs.com/search?q=sinopia)