From 8a0b20719e96613ec3350ee1d06503bd50ee1bdd Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 18 Feb 2017 12:05:12 +0100 Subject: [PATCH] contributing guidelines, just a rough try example --- .github/issue_template.md | 31 +++++++++++++++++++++++++++++++ CONTRIBUTING.md | 8 ++++++++ 2 files changed, 39 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 CONTRIBUTING.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..86a82eaee --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,31 @@ +### My reason: + + + +### Steps to reproduce: + + + +### Additional information: + + + + - `$ 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: \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..4b2769924 --- /dev/null +++ b/CONTRIBUTING.md @@ -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) \ No newline at end of file