From 43f1b93426786e38d2cc97f5ba5d50d526a54cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=97=BB?= Date: Mon, 8 Aug 2016 23:40:58 -0700 Subject: [PATCH] Updated Contributing Code (markdown) --- Contributing-Code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributing-Code.md b/Contributing-Code.md index fc75761..22ce5fe 100644 --- a/Contributing-Code.md +++ b/Contributing-Code.md @@ -4,7 +4,7 @@ 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. +Please agree to the [CLA of Gogs project](https://gist.github.com/Unknwon/44ef49b2e24b3755cd0438a77b103733). If you do not agree, please don't send pull requests. ##### Those We Do Accept @@ -37,5 +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. Sign the CLA agreement. +2. Sign the CLA. 3. Code review is **VERY** strict, please be prepared for benefiting future of this project.