Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 488 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 488 Bytes

🤝 Contributing

We welcome contributions to enhance the project! To contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeatureName
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/YourFeatureName
  5. Open a Pull Request.

Please ensure your code adheres to our coding standards and includes relevant tests.