Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

32 lines (24 loc) · 1.43 KB

Contributing to rsync.nvim

Getting started

Do you want to help but unsure what to do?

  • Feel free to come with you own ideas on how to improve the plugin. If you choose to do this then make sure to get your changes to tested and lint checks passing.
  • You can take a look at the open issues and see if there is something which you can help with.
  • Improve the current state of the plugin by proving more tests, improve documentation and refactor code for better readability.

Tools

The following tools are used for the project:

Before you can run tests make sure you have built the rust source with make build after that is done then you are all set.

To create a good PR follow this list:

  • Linters passing with make -k lint
  • Have tests passing with make test
  • Add tests if new functionality is added