[Pkg-javascript-commits] [node-mocks-http] 100/296: added contributing guidelines

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit a248c3fcba26bc13c6df9e888fa17bbea2e9e25c
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date:   Tue Mar 10 12:54:01 2015 +0800

    added contributing guidelines
---
 CONTRIBUTING.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..fcbc76e
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,22 @@
+# Contributing
+
+Contributions are always welcome, no matter how large or small. Before
+contributing, please read the
+[code of conduct](CODE_OF_CONDUCT.md).
+
+## Running Tests
+
+Install `jshint` globally.
+
+```bash
+npm install -g jshint
+```
+
+Navigate to the project folder and run `npm install` to install the
+project's dependencies.
+
+Then simply run the tests.
+
+```bash
+./run-tests
+```

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git



More information about the Pkg-javascript-commits mailing list