docs: add contributing guide
This commit is contained in:
parent
e4942aa070
commit
94f5b61012
1 changed files with 13 additions and 0 deletions
13
CONTRIBUTING.md
Normal file
13
CONTRIBUTING.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue