Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

31 lines (17 loc) · 1.21 KB

Read this before making any contributions to this project

Fork this repository and create a new branch (using git checkout -b ${BRANCH_NAME}) on your system and start working on the change there.

  • If there's any grammatical mistake, changes in the documentation, raise a PR for the same.

  • If there's a bug fix, code improvements or feature addition, kindly open an Issue first, so that others can also pick up that issue and start working on it.


Guidelines for branch names


  • Follow the conventional branch naming pattern. If you are working on a feature, the branch should be named as feature/<feature-short-name> and for a bug fix, it should be named as bug/<bug-short-name>

Guidelines for PRs and Issues


  • Please attach necessary screenshots and try to give a thorough description of the change you are proposing. This will ensure an easy and quick resolution of your PR.

  • Please try not to delete any currently implemented functionality or add additional packages for minor changes.


Make sure you add yourself to the Contributors list using @all-contributors


Happy Coding! 😃