From 418ea803b830dc4b3a1f01d56fa776ecf1fbe6da Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Mon, 11 Dec 2017 13:03:16 +0100 Subject: [PATCH] Add note to ensure tests are run when contributing --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed55801..52d8200 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,12 @@ For usage instructions, see the [homepage](http://papaparse.com) and, for more d Tests ----- -Papa Parse is under test. Download this repository, run `npm install`, then `npm test` to run the tests in your browser. +Papa Parse is under test. Download this repository, run `npm install`, then `npm test` to run the tests. Contributing ------------ To discuss a new feature or ask a question, open an issue. To fix a bug, submit a pull request to be credited with the [contributors](https://github.com/mholt/PapaParse/graphs/contributors)! Remember, a pull request, *with test*, is best. You may also discuss on Twitter with [#PapaParse](https://twitter.com/search?q=%23PapaParse&src=typd&f=realtime) or directly to me, [@mholt6](https://twitter.com/mholt6). + +If you contribute a patch, ensure the tests suite is running correctly. We run continuous integration on each pull request and will not accept a patch that breaks the tests.