Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 448 Bytes

Contributing.md

File metadata and controls

12 lines (9 loc) · 448 Bytes

Contributing

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!