- Fork this repository.
- Checkout the
next
branch. - If you change the headers, make the changes on the headers in
devel/include
. - Make commits in the form
topic/subtopic: note
, for example:adapter/linux: syntax
. - 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.) - Push your changes and create a pull request.
Thank you.