mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge pull request #133 from verdaccio/contribute-guidelines
Contribute guidelines
This commit is contained in:
commit
b82861a5e8
2 changed files with 39 additions and 0 deletions
31
.github/issue_template.md
vendored
Normal file
31
.github/issue_template.md
vendored
Normal 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
8
CONTRIBUTING.md
Normal 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)
|
Loading…
Reference in a new issue