From 714ad40cb05118c44b8a2edccf36fd8815d0ed8d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 11 Feb 2015 08:28:47 +1100 Subject: [PATCH] update contributing guide --- CONTRIBUTING.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15314b185c..208e904a47 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,12 @@ # Contributing -Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](https://github.com/6to5/6to5/blob/master/CODE_OF_CONDUCT.md). +Contributions are always welcome, no matter how large or small. Before +contributing, please read the +[code of conduct](https://github.com/6to5/6to5/blob/master/CODE_OF_CONDUCT.md). + +**NOTE:** Please do not send pull requests that fix linting issues. It's highly +likely that they've already been fixed by the time it's submitted and it just +pollutes the git tree. ## Developing @@ -12,7 +18,8 @@ Contributions are always welcome, no matter how large or small. Before contribut * Link your forked clone (`npm link`) * Develop your changes ensuring you're fetching updates from upstream often * Ensure the test are passing (`make test`) -* Create new pull request explaining your proposed change or reference an issue in your commit message +* Create new pull request explaining your proposed change or reference an issue + in your commit message #### Code Standards