Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 1.12 KB

Contributing to the Problem Sets Repository

Welcome to the Training Repository! We welcome all contributions from the community. Please take a moment to review this guide before getting started.

Getting Started

  1. Fork the repository to your own GitHub account.
  2. Clone the repository to your local machine.
  3. Install project dependencies
  4. Create a new branch with a descriptive name for your feature or bug fix.

Making Changes

  1. Make changes to the code, documentation, or any other aspect of the repository.
  2. Commit your changes with a clear and descriptive commit message.
  3. Push your changes to your forked repository.
  4. Create a pull request to the main repository, detailing your changes and their impact.

Code Style

We follow the PEP 8 code style guide. Please ensure your code adheres to these standards.

Testing

Before submitting your pull request, please ensure that all tests pass. We use pytest for testing. To run the tests, use the command:

pytest

Thank you for your contributions to the Training Repository!