Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.31 KB

contributing.md

File metadata and controls

44 lines (32 loc) · 1.31 KB

Contributing to Matrice library

Thank you for considering contributing to [Matrice library]! This guide outlines how you can help improve the project.


How Can You Contribute?

  1. Report Issues
    Found a bug? Have a feature request? Open an issue.

  2. Submit Code Changes
    Want to fix a bug or add a new feature? See the steps below to make a pull request.

  3. Improve Documentation
    Typos, unclear instructions, or missing details? Documentation updates are welcome!


Guidelines for Contribution

Issues

  • Search existing issues before creating a new one to avoid duplicates.
  • Use clear and descriptive titles.
  • Provide detailed information (steps to reproduce, expected vs actual behavior, etc.).

Code Contributions

  1. Fork the repository to your GitHub account.
  2. Clone your fork:
    git clone https://github.com/your-username/repository-name.git
  3. Create a new branch for your feature or bug fix :
    git checkout -b feature/your-feature-name
  4. Write clear, concise, and clean code.
  5. Test your changes to ensure everything works as expected
  6. Commit your changes with a meaningful message:
     git commit -m "Add feature: your feature name"
  7. Push the changes to your fork
  8. Open a pull request