From 1bd54b4d75b339e6c08e2cd4a3cb2213a27884d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=97=BB?= Date: Mon, 15 Aug 2016 21:51:45 -0700 Subject: [PATCH] Updated Contributing Code (markdown) --- Contributing-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing-Code.md b/Contributing-Code.md index d08af4c..92f03ef 100644 --- a/Contributing-Code.md +++ b/Contributing-Code.md @@ -22,7 +22,7 @@ Write a comment to the corresponding thread to claim you're working on it, so pe ### Coding Guidelines -1. Please follow the general [code convention](https://github.com/Unknwon/go-code-convention/blob/master/en-US/README.md) for Go and [Coding Guidelines](https://www.notion.so/Coding-Guidelines-15a29828afc34409b50e030a20120722) for Gogs. +1. Please follow the general [Go Code Convention](https://github.com/Unknwon/go-code-convention/blob/master/en-US/README.md) and [Gogs Coding Guidelines](https://www.notion.so/Coding-Guidelines-15a29828afc34409b50e030a20120722). 2. All `.go` files must be formatted with `gofmt` (most of Go editors should be already possible to format on save). 3. All `.less` and `.tmpl` files must use **1 tab** as indention. 4. **NO** modifications to `.css` files should be done by hand, `.css` files are all generated by `.less` files. Normally you can achieve this by executing `make bindata`.