diff options
author | Unknwon <u@gogs.io> | 2015-12-10 11:18:56 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-10 11:18:56 -0500 |
commit | c6083c335e53a860fd4c500a86dcdda49a16515e (patch) | |
tree | 2b7699e3c59a0efeabacd00318df475c4534658a /CONTRIBUTING.md | |
parent | 2e9c4ddedb9d4e585b095d066362e78bf8bff6aa (diff) | |
download | gitea-c6083c335e53a860fd4c500a86dcdda49a16515e.tar.gz gitea-c6083c335e53a860fd4c500a86dcdda49a16515e.zip |
#1612 Ability to send mail when a new pull request is submitted
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62c3197db5..c15d681043 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,13 +42,7 @@ There is no standard form of making a feature request. Just try to describe the ### Pull Request -Pull requests are always welcome, but note that **ALL PULL REQUESTS MUST APPLY TO THE `develop` BRANCH**. - -We are always thrilled to receive pull requests, and do our best to process them as fast as possible. Not sure if that typo is worth a pull request? Do it! We will appreciate it. - -If your pull request is not accepted on the first try, don't be discouraged! If there's a problem with the implementation, hopefully you received feedback on what to improve. - -We're trying very hard to keep Gogs lean and focused. We don't want it to do everything for everybody. This means that we might decide against incorporating a new feature. We believe you do like to discuss with us first in [Gitter](https://gitter.im/gogits/gogs). +Please read detailed information on [Wiki](https://github.com/gogits/gogs/wiki/Contributing-Code). ### Ask For Help |