Skip to content

Files

Latest commit

author
Apress
Oct 12, 2016
81f6b70 · Oct 12, 2016

History

History
14 lines (10 loc) · 677 Bytes

contributing.md

File metadata and controls

14 lines (10 loc) · 677 Bytes

Contributing to Apress Source Code

Copyright for Apress 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!