Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 689 Bytes

File metadata and controls

27 lines (17 loc) · 689 Bytes

Contributing to Threadline

Thank you for considering contributing! Please follow these guidelines:

How to Contribute

  • Fork the repository and create your branch from main.
  • Ensure your code passes all tests and linters.
  • Write clear, concise commit messages.
  • Open a pull request with a clear description of your changes.

Code Style

  • Use PEP8 for Python code.
  • Document public methods and classes.

Reporting Issues

  • Use the GitHub Issues tracker.
  • Provide as much detail as possible.

Pull Requests

  • Reference related issues in your PR.
  • Ensure your PR is up to date with the latest main.

Thank you for helping improve Threadline!