Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 414 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 414 Bytes

Contributing

Thank you for considering contributing to this project! Please follow these guidelines to ensure a smooth contribution process.

How to contribute

  • Fork the repository.
  • Create a new branch (git checkout -b feature-branch).
  • Make your changes.
  • Commit your changes (git commit -m 'Add new feature').
  • Push to the branch (git push origin feature-branch).
  • Create a new Pull Request.