Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 847 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 847 Bytes

Welcome

Hello there! Really appreciate your interest in this repo. Let's get started.

Steps

Make sure you follow the following steps while raising a PR.

  1. Go through README.md
  2. Fork the repo.
  3. Clone your fork to your local machine.
  4. Create a branch with your github username and make changes to your branch.
  5. git checkout -b <GITHUB_USERNAME>
  6. Use Material UI styling for any CSS stylling.
  7. Make sure to write quality code with proper comments. For formatting the code, use Prettier default options.
  8. Make sure to write descriptive commit messages.
  9. Push your changes to your branch
  10. git push origin <GITHUB_USERNAME>
  11. Create PR from your github account.