Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 1.53 KB

Contribution Guidelines

  • 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.

For Contributing to this project

  1. Fork project.
  2. Create a branch with the name of feature or issue that you're working on (e.g. feat/auth).
  3. Setup project locally reading the local development guidelines.
  4. Once you're done coding create a merge request from your new branch to my main branch.
  5. That's it ! I will review your code and merge it into main branch.

Note - Commit & PR Title :

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.

License

By contributing, you agree that your contributions will be licensed under its MIT License.