Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 895 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 895 Bytes

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.