From a33eb0b45c2c1f8409ae39aded695fe7cb921ef2 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 29 Nov 2017 18:53:12 +0000 Subject: [PATCH] Updated contribution section --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 39c3e5c..7570971 100644 --- a/README.md +++ b/README.md @@ -664,8 +664,6 @@ You are welcome to contribute code using [GitHub pull requests](https://github.c 5. Validate your changes: - Lint the JavaScript changes (command line only, run `gulp lint` or `npm run lint`) - Run tests to ensure nothing's broken: [see separate documentation](https://github.com/pegjs/pegjs/blob/master/test/README.md) - - Optionally, check benchmark results: [see separate documentation](https://github.com/pegjs/pegjs/blob/master/benchmark/README.md) - - Optionally, check commit impact (this is a bash script, run `tools/impact`) 6. If validation fails: reverse your commit, fix the problem and then add/commit again 7. Push the commits from your clone to the fork 8. From your fork, start a new pull request