From 40f667d62c0725c8004f269d8d91e9e87eda02a6 Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Sun, 6 Jun 2021 15:16:47 +0800 Subject: [PATCH] Update readme (#4282) --- .gitee/ISSUE_TEMPLATE.md | 15 --------- .github/ISSUE_TEMPLATE.md | 31 ------------------- .github/ISSUE_TEMPLATE/bug_report.md | 24 -------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------ .../new-programming-language-support.md | 23 -------------- README.md | 8 ++--- codecov.yml | 22 ------------- docs/index.md | 1 - donation/BountySource/about.md | 10 ------ reddit/Sidebar.md | 17 ---------- 10 files changed, 3 insertions(+), 168 deletions(-) delete mode 100644 .gitee/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/new-programming-language-support.md delete mode 100644 codecov.yml delete mode 100644 donation/BountySource/about.md delete mode 100644 reddit/Sidebar.md diff --git a/.gitee/ISSUE_TEMPLATE.md b/.gitee/ISSUE_TEMPLATE.md deleted file mode 100644 index 8848ddd2a..000000000 --- a/.gitee/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## 问题描述 - -## 重现步骤 - -## Debug 信息 - - - -## 截图 - - - - diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6df758ee9..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## Describe the behavior that you expect from SpaceVim - -**[This is a mandatory section]** - -If possible, in addition to the description, please also provide a link to the relevant SpaceVim documentation that describes the expected behaviour/feature. - -## Describe the problem - -**[This is a mandatory section]** - -Please describe the observed problem in simple and clear terms. - -## Describe steps to reproduce the problem - -**[This is a mandatory section]** - -Please list all the steps from the point the Vim session was started until the problem was observed, in simple and clear terms. - -## Provide debug information from SpaceVim - -**[This is a mandatory section]** - -From within SpaceVim, please tap the following in order: `SPC h I` (ie: tap `space`, then tap the `h` key and finally tap the `I` key (uppercase)). This will make SpaceVim print out a lot of debug information and also copy it to the clipboard. Please paste this debug information below in entirety. - -## If needed, provide Screenshots and/or Video captures - -Ideally, please use asciinema for video captures. See https://asciinema.org/. - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 4fc26e091..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - - - -## Expected behavior, english is required - -## The reproduce ways from Vim starting (Required!) - -## Debug info - -Please press SPC h I, debug info will be put into clipboard, then paste all content below. - -## Screenshots - -If you have any screenshots for this issue, please upload here. BTW you can use https://asciinema.org/ for recording video in terminal. - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index e301d68ce..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: feature request -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/new-programming-language-support.md b/.github/ISSUE_TEMPLATE/new-programming-language-support.md deleted file mode 100644 index b89e42afa..000000000 --- a/.github/ISSUE_TEMPLATE/new-programming-language-support.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: New Programming Language support -about: Request for new programming language support -title: '' -labels: new layer -assignees: '' - ---- - -**What is language?** - - -**Which platform does the language support?** - -- [ ] Linux -- [ ] MacOS -- [ ] Windows - -**Any suggest vim plugins for this language?** - - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/README.md b/README.md index 3c5cbb5a4..d0153295c 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,13 @@ [Community](https://spacevim.org/community/) \| [Sponsors](https://spacevim.org/sponsors/) \| [Twitter](https://twitter.com/SpaceVim) \| -[Gitter **Chat**](https://gitter.im/SpaceVim/SpaceVim) \| [中文官网](https://spacevim.org/cn/) +[![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/SpaceVim) [![build](https://github.com/SpaceVim/SpaceVim/workflows/build/badge.svg)](https://github.com/SpaceVim/SpaceVim/actions?query=workflow%3Abuild) -[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg?token=jVQLVETbAI)](https://codecov.io/gh/SpaceVim/SpaceVim) -[![Docker Build Status](https://img.shields.io/docker/build/spacevim/spacevim.svg)](https://hub.docker.com/r/spacevim/spacevim/) -![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg) -[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE) +[![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt) ![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png) diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index d29083f8f..000000000 --- a/codecov.yml +++ /dev/null @@ -1,22 +0,0 @@ -comment: off -codecov: - branch: master -coverage: - status: - patch: - default: false - project: - default: false # disable the default status that measures entire project - api: # declare a new status context "api" - target: 1% # we always want 35% coverage here - paths: - - "autoload/SpaceVim/api/" # only include coverage in "autoload/SpaceVim/api/" folder - plugins: # declare a new status context "api" - target: 1% # we always want 35% coverage here - paths: - - "autoload/SpaceVim/plugins/" # only include coverage in "autoload/SpaceVim/api/" folder - all: # declare a new status context "all" - target: 1% # we always want 35% coverage here - paths: - - "!tests/" # remove all files in "tests/" - - "!bundle/" # remove all files in "tests/" diff --git a/docs/index.md b/docs/index.md index 8dcae60fb..3d5431e63 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,6 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov [![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/SpaceVim) [![build](https://github.com/SpaceVim/SpaceVim/workflows/build/badge.svg)](https://github.com/SpaceVim/SpaceVim/actions?query=workflow%3Abuild) -[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg?token=jVQLVETbAI)](https://codecov.io/gh/SpaceVim/SpaceVim) [![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) diff --git a/donation/BountySource/about.md b/donation/BountySource/about.md deleted file mode 100644 index b30db9800..000000000 --- a/donation/BountySource/about.md +++ /dev/null @@ -1,10 +0,0 @@ -## About SpaceVim - -SpaceVim is a community-driven modular Vim distribution. It manages collections -of plugins in layers, which help to collect related packages together to provide IDE-like features. -SpaceVim is not just a vimrc but an ultimate Vim configuration, It contains many built-in features. - -![welcome-page](https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png) - -The last release is v1.4.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release. - diff --git a/reddit/Sidebar.md b/reddit/Sidebar.md deleted file mode 100644 index f74176ac0..000000000 --- a/reddit/Sidebar.md +++ /dev/null @@ -1,17 +0,0 @@ -### SpaceVim - -A community-driven vim distribution - -[Introduction](https://spacevim.org/) -[Community](https://spacevim.org/community/) -[FAQ](https://github.com/SpaceVim/SpaceVim/wiki/FAQ) -[Layers](https://spacevim.org/layers/) - -**Users** -[Install](https://github.com/SpaceVim/SpaceVim/wiki/Installing-SpaceVim) -[Docs](http://spacevim.org/documentation/) - -**Developers** -[Contribute](https://spacevim.org/development/) -[Tips & Tools](https://github.com/SpaceVim/SpaceVim/wiki/Development-tips) -[Code style](http://spacevim.org/conventions/)