Work in Progress

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

  1. Fork the Repository: Create a copy of the repository to your GitHub account.
  2. Clone Your Fork
git clone https://github.com/your-username/your-repo-name.git
  1. Create a Branch: Create a new branch for your changes.
git checkout -b feature/your-feature-name
  1. Make Changes: Implement your changes, ensuring to follow the project's coding standards and guidelines.
  2. Push to Gitub
git push origin feature/your-feature-name
  1. 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.