Add CODING_STANDARDS.md
Change-Id: Id9264eca7da476ffdba1ba0a52ac1eaf0d2c30ac
Reviewed-on: https://review.monogon.dev/c/monogon/+/457
Reviewed-by: Sergiusz Bazanski <serge@monogon.tech>
diff --git a/CODING_STANDARDS.md b/CODING_STANDARDS.md
new file mode 100644
index 0000000..f671760
--- /dev/null
+++ b/CODING_STANDARDS.md
@@ -0,0 +1,4 @@
+# Monogon coding standards
+## Programming languages
+### Go
+While working on a change, please adhere to practices documented in the chapter about ***[frequently occurring code review comments](https://github.com/golang/go/wiki/CodeReviewComments)*** of ***[the Go wiki](https://github.com/golang/go/wiki/)***.