Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Files

Latest commit

28233b2 · Jun 30, 2020

History

History
executable file
·
14 lines (10 loc) · 679 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
14 lines (10 loc) · 679 Bytes

Contributing to Project Source Code

Copyright for Project source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers.

How to Contribute

  1. Make sure you have a GitHub account.
  2. Fork the repository for the relevant book.
  3. Create a new branch on which to make your change, e.g. git checkout -b my_code_contribution
  4. 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.
  5. Submit a pull request.

Thank you for your contribution!