diff options
author | Unknwon <u@gogs.io> | 2015-10-09 22:09:07 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-09 22:09:07 -0400 |
commit | 2020bafee189c1ca57ec904f1a1f860e041b1a6c (patch) | |
tree | 9a18a1d6dc80acdee5158ce90e92cd0f862be956 | |
parent | bc2f546023492f384443ff7109b04b792e613027 (diff) | |
download | gitea-2020bafee189c1ca57ec904f1a1f860e041b1a6c.tar.gz gitea-2020bafee189c1ca57ec904f1a1f860e041b1a6c.zip |
fix typo
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f4657e295..62c3197db5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +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 `DEV` BRANCH**. +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. |