Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.14 KB

File metadata and controls

34 lines (22 loc) · 1.14 KB

Contributing to PyPing

First off, thank you for considering contributing to PyPing! It's people like you who make the open-source community such an amazing place to learn, inspire, and create.

How Can I Contribute?

Reporting Bugs

  • Check the existing issues to see if the bug has already been reported.
  • If not, open a new issue with a clear title and description.
  • Include steps to reproduce the bug and details about your environment (OS, Python version).

Suggesting Enhancements

  • Open an issue to discuss your idea before starting work.
  • Provide a clear description of the enhancement and why it would be useful.

Pull Requests

  1. Fork the repo and create your branch from master.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code follows the existing style.

Style Guidelines

  • Use Python 3.x features where appropriate.
  • Follow PEP 8 for Python code.
  • Write clear, descriptive commit messages.

License

By contributing to PyPing, you agree that your contributions will be licensed under its MIT License.