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.
I chose to use the Github flow for fswatch
, so you are
kindly required to follow the same model when making your contributions.
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.