From f2bf3865dcb481325c72678a665e9deeec5bc25c Mon Sep 17 00:00:00 2001 From: Philipp Borgers Date: Mon, 21 Jan 2013 15:47:01 +0100 Subject: [PATCH] add jshint to the documentation; reference the testing wiki page --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b1322c7..d29a84a 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ I will __happily__ accept your pull request if it: - _has tests_ - looks reasonable - does not break backwards compatibility +- satisfies jshint + +Information about the testing processes is in the [wiki](https://github.com/brianc/node-postgres/wiki/Testing). If you need help or have questions about constructing a pull request I'll be glad to help out as well.