Contributing
How to contribute to project
Thank you for your interest in contributing! Your help is highly appreciated and plays a vital role in improving and growing this project.
Whether you're fixing bugs, adding features, improving documentation, or suggesting ideas — every contribution matters.
How to Contribute
- Fork the Repository: Create a copy of the repository to your GitHub account.
- Clone Your Fork
git clone https://github.com/your-username/your-repo-name.git
- Create a Branch: Create a new branch for your changes.
git checkout -b feature/your-feature-name
- Make Changes: Implement your changes, ensuring to follow the project's coding standards and guidelines.
- Push to Gitub
git push origin feature/your-feature-name
- Open a Pull Request: Go to the original repository and open a pull request. Please describe what you’ve done and why.
Guidelines
- Follow the existing code style and structure.
- Write clear commit messages (e.g.,
fix: resolve issue with...
,feat: add new component...
). - Update or add documentation when relevant.
- Be respectful in discussions and reviews.