summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGlenn Vriesman <glenn.vriesman@gmail.com>2018-09-06 17:31:19 +0200
committerGlenn Vriesman <glenn.vriesman@gmail.com>2018-09-06 17:31:19 +0200
commita8201894505078b5f5b56fe47881acfbd32974e0 (patch)
tree1dc0a6478dc809749a5c4858c894a5c859e016db /CONTRIBUTING.md
parentce95e6771ad53760b31f9977d0b0784eb05a8c86 (diff)
Added entry to the contributing guide
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 540eebb79..e59a42044 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,9 +15,10 @@ welcome your pull requests:
1. Fork the repo and create your branch from `master`.
2. If you've added code that should be tested, add tests.
3. If you've added code that need documentation, update the documentation.
-4. Be sure to test your modifications.
-5. Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
-6. Issue that pull request!
+4. Make sure your code follows the [effective go](https://golang.org/doc/effective_go.html) guidelines as much as possible.
+5. Be sure to test your modifications.
+6. Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
+7. Issue that pull request!
## Code of conduct
Please note by participating in this project, you agree to abide by the [code of conduct].