diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2015-04-24 15:01:21 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2015-04-24 15:01:21 +0800 |
commit | 67983e57f20e275f9f41f1fdcf4388948fc3bdf0 (patch) | |
tree | ad0d2e9ca54b283f60aa971cacbc416017b00108 | |
parent | 639e34e362c3e4cea2532de4b811dc8bb916f9f3 (diff) | |
parent | 5300a63d0f515902b62b9e72cc71515415504315 (diff) |
Merge pull request #1223 from Scarsz/patch-1
Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Gogs (Go Git Service) is a painless self-hosted Git service. - Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) has been reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site. - The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch. -- You **MUST** read [CONTRIBUTING.md](CONTRIBUTING.md) before you start filing an issue or making a Pull Request, and **MUST** discuss with us on [Gitter](https://gitter.im/gogits/gogs) for UI changes and feature Pull Reuqests, otherwise it's high possibilities that we are not going to merge it. +- You **MUST** read [CONTRIBUTING.md](CONTRIBUTING.md) before you start filing an issue or making a Pull Request, and **MUST** discuss with us on [Gitter](https://gitter.im/gogits/gogs) for UI changes and feature Pull Requests, otherwise it's high possibilities that we are not going to merge it. - If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks! #### Other language version |