Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 971 Bytes

File metadata and controls

19 lines (16 loc) · 971 Bytes

Contributing to "The Gonzo of Coding: My Journey Through 'Code the Classics'"

Hey there! Glad to see you're interested in contributing to this project. While I'm mostly "transcribing" code from 'Code the Classics', feel free to join in the fun. Here's how you can help:

Reporting Issues

  • Use the GitHub issue tracker to report bugs.
  • Before creating a new issue, please check to see if someone else has already reported the problem.

Making Changes

  • Fork the repository.
  • Create a branch for your changes.
  • Make your changes.
  • Push your changes back to your fork on GitHub.
  • Create a pull request on the original repository.

Coding Style

  • Please follow PEP 8 for Python code.
  • Use meaningful variable names and keep your methods small.

License

By contributing to this project, you agree that your contributions will be licensed under the same terms as the original project CC BY-NC-SA 3.0.