mirror of
https://github.com/AdaCore/fswatch.git
synced 2026-02-12 13:09:11 -08:00
895 B
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.