Updated Contributing Code (markdown)

Unknwon 2019-10-24 18:36:35 -07:00
parent 56142c8e91
commit 51a8d12b84

@ -1,6 +1,6 @@
This document describes requirements and best practices for contributing code (Pull Request) to Gogs project. 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 ### 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 ### Final Checks
1. There is **no guarantees** that your pull request will be merged. 1. There is **no guarantees** that your pull request will be merged.
2. Currently, **ALL** pull requests must be sent to `develop` branch. 2. Please expect code review being **VERY** strict, be prepared for benefiting future of this project.
3. Code review is **VERY** strict, please be prepared for benefiting future of this project.