First off, thank you for considering contributing to Send Pilot! It's people like you who make it a great tool for everyone.
- 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.
- Open an issue with the "enhancement" label.
- Describe the feature you'd like to see and why it would be useful.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear messages.
- Push your changes to your fork.
- Open a pull request against the
mainbranch.
- Follow PEP 8 for Python code.
- Use clear and descriptive variable names.
- Add comments where necessary to explain complex logic.
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.