If you want to contriubte follow the instructions down below:
- Fork the repo.
- Clone the repo.
- Run
git pull
to get the latest changes. - Add new changes using
git add .
- Commit new changes, however, NOTE that we will be using conventional commits. Please check this out to get a good understanding of how this works before commiting any new changes.
- Push the changes using
git push
. - Create a pull request, and the title of the PR should be a brief overview of what you worked on.
- REQUIRED - Please give me a description of what you changed (ie. "I added
w
tox
to makey
better. This will overall improve the functionality ofz
.) Something along those lines.Also, please let me know what folder you made a change to.
- Before you make any new changes to the forked repo, always run
git pull
. This is super important to make sure that commits aren't overlapped. Thank you!
Contact me @PraveshK#4056, or check out my LinkTree.