Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 648 Bytes

File metadata and controls

20 lines (13 loc) · 648 Bytes

Contributing to TruShell

Thank you for your interest in contributing! This project follows an open and collaborative workflow.

How to contribute

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/your-change.
  3. Run tests locally: python -m pytest
  4. Submit a pull request and describe the changes clearly.

Coding standards

  • Follow the existing style and keep the code readable.
  • Use black for formatting and ruff for linting.
  • Keep logic simple and beginner-friendly.

Issues

If you find a bug or want to request a feature, please open an issue with a clear description and reproduction steps.