Hello there! Really appreciate your interest in this repo. Let's get started.
Make sure you follow the following steps while raising a PR.
- Go through README.md
- Fork the repo.
- Clone your fork to your local machine.
- Create a branch with your github username and make changes to your branch.
- Use Material UI styling for any CSS stylling.
- Make sure to write quality code with proper comments. For formatting the code, use Prettier default options.
- Make sure to write descriptive commit messages.
- Push your changes to your branch
- Create PR from your github account.
git checkout -b <GITHUB_USERNAME>
git push origin <GITHUB_USERNAME>