Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 943 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (29 loc) · 943 Bytes

Contributing Guide

Code Style

This project uses python pep8 linter without line length restriction.

Options

I have an idea

  • Open an Issue Here.
  • Describe the problem as detailed as possible.
  • Label the issue as idea.
  • Submit.

Translate

Testing

Check the cofig file example config-example.py and rename to config.py.

Open a terminal and execute into project folder:

python setup.py test

Reporting Issues

  • Open an Issue Here
  • Describe the problem as detailed as possible.
  • Add screenshots.
  • Label the issue.
  • Submit.

Solve issues

  • Check issues.
  • Fork this project.
  • Fix and open a pull request.