Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.09 KB

File metadata and controls

29 lines (22 loc) · 1.09 KB

Contributing to Send Pilot

First off, thank you for considering contributing to Send Pilot! It's people like you who make it a great tool for everyone.

How Can I Contribute?

Reporting Bugs

  • Check the issues to see if the bug has already been reported.
  • If not, open a new issue with a clear title and description.
  • Provide as much information as possible, including steps to reproduce.

Suggesting Enhancements

  • Open an issue with the "enhancement" label.
  • Describe the feature you'd like to see and why it would be useful.

Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with clear messages.
  4. Push your changes to your fork.
  5. Open a pull request against the main branch.

Style Guide

  • Follow PEP 8 for Python code.
  • Use clear and descriptive variable names.
  • Add comments where necessary to explain complex logic.

Contributor Covenant Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.