Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 670 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 670 Bytes

🤝 Contributing

If you have any suggestions for improvements or fixes, feel free to open an issue or a pull request. Conventional commits are used to generate versions according to semantic versioning.

  1. Fork the project
  2. Commit your changes (git commit -m '<prefix> commit message')
    • Prefix 'feat(<...>):' to commit new features
    • Prefix '<...>(<...>)!:' for breaking changes
  3. Push to the branch (git push origin feature/AmazingFeature)
  4. Open a pull request