Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.96 KB

CONTRIBUTING.md

File metadata and controls

59 lines (41 loc) · 1.96 KB

Contributing to Quantum Matlab Hub

First of all, thank you for considering contributing to QuantumMatlabHub! 🚀

How to Contribute

If you'd like to add a new project, improve an existing one, or contribute in any other way, follow these steps:

  1. Fork the Repository:

    • Click on the "Fork" button at the top of this page to create your own copy of the repository.
  2. Clone your Fork:

    • Clone your forked repository to your local machine using the following command:
      git clone https://github.com/ThecoderPinar/QuantumMatlabHub.git
  3. Create a New Branch:

    • Create a new branch for your contribution:
      git checkout -b feature/your-feature-name
  4. Make Changes:

    • Make your changes to the project. Ensure that your contributions align with the project's guidelines.
  5. Commit Changes:

    • Commit your changes with descriptive commit messages:
      git add .
      git commit -m "Add your descriptive commit message here"
  6. Push Changes:

    • Push your changes to your fork on GitHub:
      git push origin feature/your-feature-name
  7. Open a Pull Request:

    • Go to your fork on GitHub and open a pull request (PR) from your new branch to the main repository.
  8. Review and Merge:

    • Wait for the maintainers to review your PR. Make any requested changes. Once approved, your changes will be merged into the main project.

Code Style and Guidelines

  • Follow the coding style and guidelines established in the project.
  • Ensure that your code is well-documented, especially if you are adding a new project.

Issues and Bug Reports

If you find any issues or bugs in the project, please open a new issue. Provide a detailed description of the problem and steps to reproduce it.

Contact

For any questions or assistance, feel free to reach out to us at [email protected].

Thank you for your contribution! 🎉