- If you are new to git refer GitHub For Beginners.
- Clone/Fork the repo.
- Make the required changes.
- Push changes in your branch.
- Make a Pull request (you can refer to the video Submit A Pull Request for details).
- Follow the guidelines from Conventional Commits.
- Commit messages should be short and descriptive.
Example
If you worked on adding a light theme for web component logo:
git commit -am "feat: add a light_theme Web Component"
- Add new HTML and CSS files with descriptive names (if required) on main project folder.
- You can edit files for enhancements and solving issues.