Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 947 Bytes

File metadata and controls

33 lines (22 loc) · 947 Bytes

How to Contribute

Contributions are encouraged from anyone. This project follows the Code of Conduct by the Python Software Foundation.

Please use the following steps to get started:

  1. Fork and clone the repo:

    $ git clone git@github.com:your-username/prsw.git
    
  2. Make your changes and include tests that cover your change.

    Run the static analysis tools locally to help ensure it fits within the project expectations:

    $ python pre_push.py
    
    pre_push.py: Success!
    
  3. Push your fork and submit a pull request.

    Please follow these simple guidelines:

    • Always add documentation for your code and do your best to write meaningful tests.
    • Follow PEP 8.
    • Write good conventional commit messages