If you find any bugs, need any suggestion, want to improve or need to implement a new feature then you can contribute.
-
First create an issue in which you want to work upon.
-
Fork the repository
-
Clone the fork repo
- git clone https://github.com/mhhabib/finiz
- git clone https://github.com/<Your_Username>/finiz
- git checkout -b
-
Add Scripts related to your respective issues.
git add <your-contribution>
- Add a commit message !
git commit -a -m "<Added your message>"
- Push changes
git push -u origin <name_of_your_branch>
- Create pull requests - [ Try to Mention the related issue for your PR ]