1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00
SpaceVim/CONTRIBUTING.md

31 lines
1020 B
Markdown
Raw Normal View History

2021-09-19 22:23:23 +08:00
<!-- Copyright (c) 2016-2021 Wang Shidong & Contributors -->
<!-- Author: Wang Shidong < wsdjeg at 163.com > -->
<!-- URL: https://spacevim.org -->
<!-- License: GPLv3 -->
# Contributing to SpaceVim
2017-06-20 20:50:43 +08:00
2020-09-17 21:53:04 +08:00
SpaceVim is a project exist thanks to all the people who contribute,
we are thankful for all the contributions from community.
2017-06-20 20:50:43 +08:00
We have a few guidelines, which we ask all contributors to follow.
2020-09-17 21:53:04 +08:00
Code contributions are welcome,
Please read our [development guidelines](https://spacevim.org/development/)
before your first contribution to get to know them.
2017-06-20 20:50:43 +08:00
2020-09-17 21:53:04 +08:00
In any case, feel free to join us on the [gitter room](https://gitter.im/SpaceVim/SpaceVim)
to ask questions about contributing.
2017-06-20 20:50:43 +08:00
2020-09-17 21:53:04 +08:00
## Pull Request
2017-06-20 20:50:43 +08:00
2020-09-17 21:53:04 +08:00
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.
2017-06-20 20:50:43 +08:00
2020-09-17 21:53:04 +08:00
## License
2017-06-20 20:50:43 +08:00
2018-02-15 22:25:03 +08:00
The license is GPLv3 for all the parts of SpaceVim. this includes:
- The initialization and core files.
2017-06-20 20:50:43 +08:00
- All the layer files.
2018-02-15 22:25:03 +08:00
- The documentation