From fb32bedec713a7195fb019d2d5cdd4a89eeca034 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sat, 25 Feb 2017 20:45:31 +0800 Subject: [PATCH] Fix link error --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 829d21406..4fe516e0b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ SpaceVim is a community-driven vim distribution that seeks to provide layer feat See the [documentation](https://spacevim.org/documentation) or [the list of layers](http://spacevim.org/layers/) for more information. +Here is a throughput graph of the repository for the last few weeks: + [![Throughput Graph](https://graphs.waffle.io/SpaceVim/SpaceVim/throughput.svg)](https://waffle.io/SpaceVim/SpaceVim/metrics/throughput) # Table of Contents @@ -21,6 +23,7 @@ See the [documentation](https://spacevim.org/documentation) or [the list of laye - [Introduction](#introduction) - [Features](#features) - [Documentation](#documentation) + - [Quick start guide](#quick-start-guide) - [Getting Help](#getting-help) - [Install](#install) - [Update](#update) @@ -28,7 +31,7 @@ See the [documentation](https://spacevim.org/documentation) or [the list of laye - [Support SpaceVim](#support-spacevim) - [Report bugs](#report-bugs) - [contribute to SpaceVim](#contribute-to-spacevim) - - [Write post about SpaceVim]() + - [Write post about SpaceVim](#write-post-about-spacevim) - [Credits & Thanks](#credits--thanks) ## Introduction @@ -169,14 +172,29 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- -h ## Support SpaceVim -### report bugs +The best way to support SpaceVim is to contribute to it either by reporting bugs, helping the community on the Gitter Chat or sending pull requests. -If you get any issues, please open an issue with the ISSUE_TEMPLATE. It is useful for me to debug for this issue. +If you want to show your support financially you can contribute to [Bountysource](https://www.bountysource.com/teams/spacevim) or buy a drink for the maintainer by clicking following icon. + +Buy Me a Coffee at ko-fi.com + +If you used SpaceVim in a project and you want to show that fact, you can use the SpaceVim badge: + +[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org) + +markdown + +```md +[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org) +``` ### contribute to SpaceVim +Before contributing be sure to consult the contribution guidelines and conventions. + ### Write post about SpaceVim + ## Credits & Thanks - [![GitHub contributors](https://img.shields.io/github/contributors/SpaceVim/SpaceVim.svg)](https://github.com/SpaceVim/SpaceVim/graphs/contributors) - [vimdoc](https://github.com/google/vimdoc) generate doc file for SpaceVim