From 952d7d05fc1f0cb10ff78766d000c313d43fe0b4 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 10 Dec 2015 10:37:35 -0500 Subject: [PATCH] Updated Contributing Code (markdown) --- Contributing-Code.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Contributing-Code.md b/Contributing-Code.md index f746e7c..98f160e 100644 --- a/Contributing-Code.md +++ b/Contributing-Code.md @@ -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. +### Those We Do Accept + +1. Typos in template files or code comments. + ### 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. @@ -19,4 +23,5 @@ If you have/found any concern/problem with this document, **DO NOT** create an i ### Final Checks -1. Currently, **ALL** pull requests must be sent to `develop` branch. \ No newline at end of file +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. \ No newline at end of file