mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
<!-- Copyright (c) 2016-2022 Wang Shidong & Contributors -->
|
|
<!-- Author: Wang Shidong < wsdjeg@outlook.com > -->
|
|
<!-- URL: https://spacevim.org -->
|
|
<!-- License: GPLv3 -->
|
|
|
|
# Contributing to SpaceVim
|
|
|
|
SpaceVim is a project exist thanks to all the people who contribute,
|
|
we are thankful for all the contributions from community.
|
|
We have a few guidelines, which we ask all contributors to follow.
|
|
|
|
## Asking for help
|
|
|
|
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)
|
|
to ask questions about contributing.
|
|
|
|
## 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.
|
|
|
|
## License
|
|
|
|
The license is GPLv3 for all the parts of SpaceVim. this includes:
|
|
|
|
- The initialization and core files.
|
|
- All the layer files.
|
|
- The documentation
|