Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 894 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 894 Bytes

Contributing Guide

Notes

😄 This is an open source project, feel free to contribute! 👏
If you have any idea to improve we appreciate. Some ways to contribute in this project:

  • Implement new Algorithms
  • Report bugs and give feedbacks

Making Contribution

Fork and Clone Repository

Install requirements

cd into project directory

pip install -r requirements.txt

Create an issue

  • Open an issue with your ideas
  • Wait for the task to be assigned to you
  • Then start coding 💻

Before pushing your contributions

  • Provide meaningful names for your commits
  • Make sure there are no conflict with the project master branch