Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.34 KB

File metadata and controls

33 lines (24 loc) · 1.34 KB

Contributing to MatES IITP

Thank you for considering contributing to MatES IITP We welcome your help and appreciate your interest in improving our project.

How to Contribute

Reporting Bugs or Issues

If you encounter a bug or have issues with the project, please open a GitHub issue with a clear and descriptive title. Provide as much detail as possible, including steps to reproduce the issue and any relevant error messages.

Feature Requests

If you have an idea for a new feature, please open a GitHub issue with a clear title and description. We appreciate your input and would love to hear your ideas.

Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-branch

Please use a meaningful branch name. 3. Make your changes and ensure your code follows the project's coding standards.

  • Write clear commit messages.
  • Test your changes thoroughly.
  • Push your branch to your fork:
   git push origin feature-branch
  1. Open a pull request with a clear title and description.

Code Style

Follow the existing code style of the project. If the project doesn't have a specific style guide, be consistent with the surrounding code.

Thank you for your contribution!