Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1.07 KB

Contributing

First off, thank you for considering contributing to this project! Now, to start contributing:

Issues and suggestions

If you either find a bug or have any suggestion or opinion you want to discuss and share, please open an issue and add the proper label to it so we can get in contact with you. There are no wrong opinions, all feedback is welcome!

How to contribute

If you have a new feature you want to add or a bug you think you can fix, follow this steps:

  1. Fork the repo
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request with clear title and description

Installation

To get this project up and running, after installing requirements you need to start it with

python app.py

Testing

Your new feature must be tested with the proper tools. If there any view changes, you need to add screenshots for what's been changed for us to see any improvement or your new feature.