Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 905 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 905 Bytes

Contributing to Digital Business Card Web Component

Thank you for considering contributing to this project! The process is straightforward:

How to Contribute

  • Check Existing Issues: Look through the existing issues to see if someone else has raised the same point or question. If your issue doesn't exist, feel free to create a new one.
  • Fork the Repository: Click the "Fork" button at the top-right corner of this repository and clone your fork to your local machine.
  • Make Your Changes: Edit the files and make your changes. Make sure your changes are clear and well-explained.
  • Submit a Pull Request: Once you're satisfied with your changes, push them back to your fork on GitHub. Then, create a new pull request.

Code Style

  • Please use 4 spaces for indentation.
  • Stick to using const and let over var. That's it! Your contributions are always welcome.