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

34 lines
1.1 KiB
Markdown
Raw Normal View History

2023-03-26 13:44:47 +08:00
<!-- Copyright (c) 2016-2023 Wang Shidong & Contributors -->
2022-03-27 13:38:54 +08:00
<!-- Author: Wang Shidong < wsdjeg@outlook.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.
## Asking for help
2017-06-20 20:50:43 +08:00
If you want to ask an usage question, be sure to look first into these place where maybe hold the answer.
- [FAQ](https://spacevim.org/faq/): the frequently asked questions about SpaceVim.
- [Documentation](spacevim.org/documentation/): the general documentation of SpaceVim.
In any case, feel free to join us on the [matrix room](https://chat.mozilla.org/#/room/#spacevim:matrix.org)
2020-09-17 21:53:04 +08:00
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