Welcome to the LunarVim contributing guide. We are excited about the prospect of you joining our community!
There are many opportunities to contributing to the project at any level. Every contribution is highly valued and no contribution is too small.
You do not need to write code to contribute to this project. Documentation, demos, and feature design advancements are a key part of this project's growth.
One of the best ways to begin contributing in a meaningful way is by helping find bugs and filing issues for them.
git remote add upstream https://github.com/ChristianChiarulli/LunarVim.git
git fetch upstream
and git rebase [-i] upstream/rolling
to update your branches with the latest contributions.All lua code is formatted with Stylua.
Avoid platform-dependent code
stylua --config-path ./utils/.stylua.toml -c .
All shell code is formatted according to Google Shell Style Guide
bash
shfmt -i 2 -ci -l -d .
Members of the community have multiple ways to collaborate on the project. We encourage you to join the community: