- If you're planning to implement a new feature I will recommend you to discuss with me before you start coding so you won't end up working on something that I don't want to implement. Create an Issue with proper name and content for discussion.
- Similarly, for huge bug fix you can create issue and we can discuss about it further.
- Otherwise, for minor things you can go ahead.
- You can email me on [email protected] or dm on @adarshatweets if you need any help understanding the code.
- Fork project.
- Create a branch with the name of feature or issue that you're working on (e.g.
feat/auth
). - Setup project locally reading the local development guidelines.
- Once you're done coding create a merge request from your new branch to my
main
branch. - That's it ! I will review your code and merge it into
main
branch.
It’s good to have descriptive commit messages so that other folks can make sense of what your commit is doing.
This project uses Husky prevent bad git commit
, git push
and more!
Read conventional commits before making the commit message.
By contributing, you agree that your contributions will be licensed under its MIT License.