From 5690145fa9ede4b0a0034bddcc5e895e330febf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=97=BB?= Date: Mon, 8 Aug 2016 23:40:34 -0700 Subject: [PATCH] Updated Contributing Code (markdown) --- Contributing-Code.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Contributing-Code.md b/Contributing-Code.md index 0aa5278..fc75761 100644 --- a/Contributing-Code.md +++ b/Contributing-Code.md @@ -4,6 +4,8 @@ If you have/find any concern/problem with this document, **DO NOT** create an is ### Before You Start +Please agree to the [CLA agreement](https://gist.github.com/Unknwon/44ef49b2e24b3755cd0438a77b103733) of Gogs project. If you do not agree, please don't send pull requests. + ##### Those We Do Accept 1. Typos in template files or code comments. @@ -35,4 +37,5 @@ Write a comment to the corresponding thread to claim you're working on it, so pe ### Final Checks 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. +2. Sign the CLA agreement. +3. Code review is **VERY** strict, please be prepared for benefiting future of this project.