Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 866 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 866 Bytes

Contributing

Submit a PR

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

Commit Style

Example

If you worked on adding a light theme for web component logo:

git commit -am "feat: add a light_theme Web Component"

Contributing

  • Add new HTML and CSS files with descriptive names (if required) on main project folder.
  • You can edit files for enhancements and solving issues.