diff --git a/Contributing-Code.md b/Contributing-Code.md index 4aef112..1453b0a 100644 --- a/Contributing-Code.md +++ b/Contributing-Code.md @@ -1,6 +1,6 @@ This document describes requirements and best practices for contributing code (Pull Request) to Gogs project. -If you have/find any concern/problem with this document, **DO NOT** create an issue in this repository, instead, please go to [Gitter](https://gitter.im/gogits/gogs) and discuss. +If you have/find any concern/problem with this document, **DO NOT** create an issue in this repository, instead, please go to [Gogs Discussion](https://discuss.gogs.io/) and discuss. ### Before You Start @@ -36,5 +36,4 @@ Write a comment to the corresponding thread to claim you're working on it, so pe ### Final Checks 1. There is **no guarantees** that your pull request will be merged. -2. Currently, **ALL** pull requests must be sent to `develop` branch. -3. Code review is **VERY** strict, please be prepared for benefiting future of this project. +2. Please expect code review being **VERY** strict, be prepared for benefiting future of this project.