docs: add contributing guide

This commit is contained in:
Smirnov Oleksandr 2022-07-11 23:35:54 +03:00
parent e4942aa070
commit 94f5b61012

13
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,13 @@
# Contributing to `gopher.nvim`
Thank you for looking to contributing
### Styling and formatting
Code is formatted by [stylua](https://github.com/JohnnyMorganz/StyLua) and linted using [selene](https://github.com/Kampfkarren/selene).
You can install these with:
```bash
cargo install stylua
cargo install selene
```