Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 371 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 371 Bytes

Contributing:

Contributions are welcome! If you find any bugs or want to add new features, feel free to open an issue or submit a pull request.

  • Fork the repository
  • Create a new branch (git checkout -b feature-branch)
  • Commit your changes (git commit -m 'Add new feature')
  • Push to the branch (git push origin feature-branch)
  • Open a pull request