From d5a6a75639b05f52d01e534838ffc2ea5e2f0d03 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 7 Feb 2016 16:37:30 -0800 Subject: [PATCH] Clarify pull request notes in contributing.md. [ci skip] --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4b7ddda1..7277cca3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,9 @@ Contributions are always welcome. Before contributing, please read the [code of conduct](https://github.com/lodash/lodash/blob/master/CODE_OF_CONDUCT.md) & [search the issue tracker](https://github.com/lodash/lodash/issues); your issue may have already been discussed or fixed in `master`. To contribute, [fork](https://help.github.com/articles/fork-a-repo/) lodash, commit your changes, & [send a pull request](https://help.github.com/articles/using-pull-requests/). -## Tests +## Pull Requests +For additions or bug fixes you should only need to modify `lodash.js`. Include updated unit tests in the `test` directory as part of your pull request. Don’t worry about regenerating the `dist/` or `doc/` files.