Thank you for considering contributing to [Matrice library]! This guide outlines how you can help improve the project.
-
Report Issues
Found a bug? Have a feature request? Open an issue. -
Submit Code Changes
Want to fix a bug or add a new feature? See the steps below to make a pull request. -
Improve Documentation
Typos, unclear instructions, or missing details? Documentation updates are welcome!
- 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.).
- Fork the repository to your GitHub account.
- Clone your fork:
git clone https://github.com/your-username/repository-name.git
- Create a new branch for your feature or bug fix :
git checkout -b feature/your-feature-name
- Write clear, concise, and clean code.
- Test your changes to ensure everything works as expected
- Commit your changes with a meaningful message:
git commit -m "Add feature: your feature name"
- Push the changes to your fork
- Open a pull request