Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 604 Bytes

contributing.md

File metadata and controls

10 lines (8 loc) · 604 Bytes

Contributions

  1. Fork this repository.
  2. Checkout the next branch.
  3. If you change the headers, make the changes on the headers in devel/include.
  4. Make commits in the form topic/subtopic: note, for example: adapter/linux: syntax.
  5. If you made changes to the headers, run tool/format && tool/hone --header-content-amalgam > include/watcher/watcher.hpp && git add include && git commit -m 'tool/hone --amalgam'. This will format the code and create a single-header library for you. (Alternatively, just use a pre-commit tool.)
  6. Push your changes and create a pull request.

Thank you.