From 280633b751b953a01a5e82935794f9775ffe0d3e Mon Sep 17 00:00:00 2001 From: Lesterpig <git@lesterpig.com> Date: Thu, 26 Nov 2015 22:49:05 +0100 Subject: [PATCH] [CONTRIBUTING] Fix typos --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 239f6b8..1e6ce07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,7 @@ the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue or assessing patches and features. +Please use english for public communication. ## Using the issue tracker @@ -110,6 +111,9 @@ project's developers might not want to merge into the project. Please adhere to the coding conventions used throughout a project (indentation, accurate comments, etc.) and any other requirements (tests and their coverage). +We are using **Golang** as the main language. Coding conventions are really simple +and can be found [here](https://golang.org/doc/effective_go.html). + Follow this process if you'd like your work considered for inclusion in the project: @@ -179,7 +183,7 @@ implementation choice carries a trade-off and numerous costs. There is seldom a right answer, merely an optimal answer given a set of values and circumstances. -Please keep unstructured critique to a minimum. If you have solid ideas you +Please keep unstructured critics to a minimum. If you have solid ideas you want to experiment with, make a fork and see how it works. We will exclude you from interaction if you insult, demean or harass anyone. -- GitLab