Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 427 Bytes

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Additionally, please run the following from the root of the project prior to submitting a pull request:

autopep8 --in-place --experimental --aggressive --aggressive -r .

Double check that autopep8 didn't misbehave.

Thanks for contributing!