Files
fswatch/CONTRIBUTING.md
2017-10-24 17:23:48 +02:00

895 B

Contributing to fswatch

The easiest ways to contribute to fswatch are:

  • Creating a new issue.
  • Forking the repository, make your contribution and submit a pull request. See GitHub Flow for further information.

Github Flow

I chose to use the Github flow for fswatch, so you are kindly required to follow the same model when making your contributions.

Coding Conventions and Style

The C and C++ code uses snake_case and is formatted with a customized Allman (BSD) style. See README.codestyle for further information on how setting up your IDE.