From 94f5b610124ec2f5ab20510df3252a364baef737 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Mon, 11 Jul 2022 23:35:54 +0300 Subject: [PATCH] docs: add contributing guide --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b3a3c7b --- /dev/null +++ b/CONTRIBUTING.md @@ -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 +```