mirror of
https://github.com/gogs/gogs.git
synced 2025-07-14 16:18:42 +00:00
Updated Contributing Code (markdown)
parent
996f241461
commit
40fe876ccc
@ -17,7 +17,7 @@ If you have/found any concern/problem with this document, **DO NOT** create an i
|
||||
1. Please follow the general [code convention](https://github.com/Unknwon/go-code-convention/blob/master/en-US/README.md) for Go.
|
||||
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.
|
||||
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`.
|
||||
|
||||
### For UI Changes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user