The sources are split into sources for the first part of the book and the appendices (the Sources - TCLCS
folder) and sources for Portable Condition System (PCS, the Sources - PCS
folder). Note that the sources for PCS are for version 1.1.0 of the library and will not be updated here; for contributing to PCS, please see the main repository of the project.
If you'd like to contribute to the TCLCS part:
- Make sure you have a GitHub account.
- Fork the repository for the relevant book.
- Create a new branch on which to make your change, e.g.
git checkout -b my_code_contribution
- Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted.
- Submit a pull request.
Thank you for your contribution!