diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-05-25 15:54:06 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-05-25 15:54:06 +0800 |
commit | d9bb8179d39d356b38fd512f4c946f9ca1d1b6e2 (patch) | |
tree | 8385904c3480f6877b5342855093533a75144bd4 | |
parent | ee36057dd5408ed6c3a1cb96e5086f803a8e953e (diff) | |
parent | f3769a97d5b4fa899f0bf673ff4c33a21d12ec38 (diff) | |
download | go-tangerine-d9bb8179d39d356b38fd512f4c946f9ca1d1b6e2.tar go-tangerine-d9bb8179d39d356b38fd512f4c946f9ca1d1b6e2.tar.gz go-tangerine-d9bb8179d39d356b38fd512f4c946f9ca1d1b6e2.tar.bz2 go-tangerine-d9bb8179d39d356b38fd512f4c946f9ca1d1b6e2.tar.lz go-tangerine-d9bb8179d39d356b38fd512f4c946f9ca1d1b6e2.tar.xz go-tangerine-d9bb8179d39d356b38fd512f4c946f9ca1d1b6e2.tar.zst go-tangerine-d9bb8179d39d356b38fd512f4c946f9ca1d1b6e2.zip |
Merge pull request #2617 from obulpathi/develop
misc: fix spelling mistake
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 829bf5d43..87801c29f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ and help. ## Contributing If you'd like to contribute to go-ethereum please fork, fix, commit and -send a pull request. Commits who do not comply with the coding standards +send a pull request. Commits which do not comply with the coding standards are ignored (use gofmt!). If you send pull requests make absolute sure that you commit on the `develop` branch and that you do not merge to master. Commits that are directly based on master are simply ignored. |