Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 1.04 KB

Contributing Help

If you are really interested in contributing to the please follow the below steps and rules.

  1. Fork the project 🍴 (Star ⭐ the repo before that 😛)
  2. Clone it.
git clone https://github.com/<username>/instahack-flask/
  1. Build the project according to the Installation Steps.
  2. Look for any issues clicking the issues tab. Go through it and assign take one. Make sure you get assigned or atleast say that you are gonna work on it.
  3. Always create a new branch and work on the feature or bug. Check this if you are not that familiar with branching, Git Branching.
  4. If you are using any other module for implementing any new features, please install the modules in the virtual environment and update it in the requirements.txt by using the below command.
pip freeze > requirements.txt

If you have any doubts or issues, let the maintainers know about it. They would be ready to help.