diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-02-27 22:17:46 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-02-27 22:17:46 +0100 |
commit | 46bbeabcde4a2b7cdfcec29da4bde51ceb45a97a (patch) | |
tree | 7509b37fdaae06c7f36f0883c43d9d8d378c8c80 /README.md | |
parent | 5f9bc743f5fbd7170bb3040ab8e5d8fbafb3b903 (diff) | |
download | gitlab-ce-46bbeabcde4a2b7cdfcec29da4bde51ceb45a97a.tar.gz |
Link to new contributing file and the requirements doc.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md index 2b8b8dfc189..b8ae9d38456 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## GitLab is a self hosted Git management software. +## GitLab is a self hosted Git management software. Check out [gitlab.org](http://gitlab.org) @@ -13,10 +13,10 @@ With GitLab you can: ### Code status: -* master: travis-ci.org +* master: travis-ci.org [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq) -* master: ci.gitlab.org +* master: ci.gitlab.org [![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master) * [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/gitlabhq/gitlabhq) @@ -37,6 +37,8 @@ With GitLab you can: * gitlab-shell * redis +More details are in the [requirements doc](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/requirements.md) + ### Install Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installation information, migration, etc. @@ -45,6 +47,6 @@ Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installatio ### [Contact](http://gitlab.org/contact/) -### [Issue Submission Guide](https://github.com/gitlabhq/gitlabhq/wiki/Issue-Submission-Guide) +### [Contributing Guide](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md) ### [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide) |