If you are really interested in contributing to the please follow the below steps and rules.
- Fork the project 🍴 (Star ⭐ the repo before that 😛)
- Clone it.
git clone https://github.com/<username>/instahack-flask/
- Build the project according to the Installation Steps.
- 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.
- Always create a new branch and work on the feature or bug. Check this if you are not that familiar with branching, Git Branching.
- 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.