Skip to content

Commit

Permalink
Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fitodic committed Nov 26, 2017
1 parent 7c7fbf7 commit 7c221e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to contribute

Pull requests are always welcome, but before you contribute to this project, please be mindful of the following guidelines:

- This project adheres to [PEP8](https://www.python.org/dev/peps/pep-0008/) and most of [PEP257](https://www.python.org/dev/peps/pep-0257/) conventions. The [`pylama`](https://github.com/klen/pylama) linter is used for checking the code. The full configuration can be found in the `setup.cfg` file. Please read these conventions and the project's configuration.

- The [`isort`](https://pypi.python.org/pypi/isort) package is used for sorting imports. The full configuration can be found in `setup.cfg`. Please review them.

0 comments on commit 7c221e2

Please sign in to comment.