Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 730 Bytes

CONTRIBUTING.rst

File metadata and controls

32 lines (22 loc) · 730 Bytes

Contributing

Contributions are appreciated.

Issues

When submitting a bug report, please provide the following:

  1. autopep8 --version

  2. pep8 --version

  3. python --version

  4. uname -a if on Unix.

  5. The example input that causes the bug.

  6. The autopep8 command-line options used to cause the bug.

  7. The expected output.

  8. Does the bug happen with the latest version of autopep8? To upgrade:

    $ pip install --upgrade git+https://github.com/hhatto/autopep8
    

Pull requests

When submitting a pull request, please do the following.

  1. Add a test case to test/test_autopep8.py that demonstrates what your change does.
  2. Make sure all tests pass.