当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 74

海盗湾的船 / SpaceVim
暂停

forked from SpaceVim / SpaceVim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 2.51 KB
一键复制 编辑 原始数据 按行查看 历史
wsdjeg 提交于 2019-06-09 14:11 . Update Copyright (#2878)

Contributing to SpaceVim

SpaceVim is an volunteer effort; we encourage you to pitch in. The community makes SpaceVim what it is. We have a few guidelines, which we ask all contributors to follow.

You need only consider reading the sections relevant to what you are going to do:

Asking for help

If you want to ask an usage question, be sure to look first into some places as it may hold the answers:

  • FAQ: Some of the most frequently asked questions are answered there.
  • documentation: It is the general documentation of SpaceVim.
  • gitter room: The official channel of SpaceVim.

Reporting issues

Issues have to be reported on issues tracker, Please:

  • Search existing issues (including closed!)
  • Update SpaceVim to the latest version to see if your problem persists.
  • Use a clear title and follow the issue template.
  • Include step by step details on how to reproduce it.

Contributing code

Code contributions are welcome. Please read the following sections carefully. In any case, feel free to join us on the gitter room to ask questions about contributing!

License

The license is GPLv3 for all the parts of SpaceVim. this includes:

  • The initialization and core files.
  • All the layer files.
  • The documentation

For files not belonging to SpaceVim, such as local packages and libraries, refer to the header file. Those files should not have an empty header. We may not accept code without a proper header file.

Conventions

SpaceVim is based on conventions, mainly for naming functions, keybindings definition and writing documentation. Please read the conventions before your first contribution to get to know them.

Pull Request

Submit your contribution against the master branch. You should not use your master branch to modify SpaceVim, this branch is considered to be read-only.

You may want to read our development guidelines.

VimL
1
https://gitee.com/xtaens/SpaceVim.git
git@gitee.com:xtaens/SpaceVim.git
xtaens
SpaceVim
SpaceVim
master

搜索帮助