Updated Contributing Code (markdown)

Unknwon 2015-12-10 10:37:35 -05:00
parent 4e611d761a
commit 952d7d05fc

@ -2,6 +2,10 @@ This document describes requirements and best practices for contributing code (P
If you have/found any concern/problem with this document, **DO NOT** create an issue on this repository, instead, please go to [Gitter](https://gitter.im/gogits/gogs) and discuss. If you have/found any concern/problem with this document, **DO NOT** create an issue on this repository, instead, please go to [Gitter](https://gitter.im/gogits/gogs) and discuss.
### Those We Do Accept
1. Typos in template files or code comments.
### Those We Do Not Accept ### Those We Do Not Accept
1. We do not accept pull requests for locale files (`conf/locale_xx-XX.ini` files), please read the [guide](https://gogs.io/docs/features/i18n), except for `conf/locale_en-US.ini` file. 1. We do not accept pull requests for locale files (`conf/locale_xx-XX.ini` files), please read the [guide](https://gogs.io/docs/features/i18n), except for `conf/locale_en-US.ini` file.
@ -19,4 +23,5 @@ If you have/found any concern/problem with this document, **DO NOT** create an i
### Final Checks ### Final Checks
1. Currently, **ALL** pull requests must be sent to `develop` branch. 1. Currently, **ALL** pull requests must be sent to `develop` branch.
2. Code review is **VERY** strict, please be prepared for benefiting future of this project.