Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.06 KB

CONTRIBUTING.md

File metadata and controls

57 lines (41 loc) · 2.06 KB

Contributing to the Quantum Positioning System

We welcome contributions from the community! Your involvement can help improve this project and advance our understanding of quantum positioning systems. Please follow these guidelines to ensure a smooth contribution process.

How to Contribute

  1. Fork the Repository

    • Click the "Fork" button on the top right of the repository page to create a copy of this repository in your GitHub account.
  2. Clone the Forked Repository

    • Open your terminal and run the following command to clone the repository:
      git clone https://github.com/kiruthikpurpose/QuantumPositioningSystem.git
  3. Create a Branch

    • Navigate to the project directory and create a new branch for your feature or bug fix:
      cd qps
      git checkout -b your-branch-name
  4. Make Your Changes

    • Make your changes in the codebase. Be sure to adhere to the existing coding style and guidelines.
  5. Run Tests

    • Ensure that all tests pass. You can run the tests using the following command:
      pytest tests/
  6. Commit Your Changes

    • Commit your changes with a clear and descriptive commit message:
      git add .
      git commit -m "Brief description of your changes"
  7. Push to Your Fork

    • Push your changes to your forked repository:
      git push origin your-branch-name
  8. Create a Pull Request

    • Go to the original repository and click on "New Pull Request." Provide a detailed description of your changes and submit the pull request.

Code of Conduct

Please be respectful and considerate in your interactions. We aim to create a welcoming environment for all contributors.

Reporting Issues

If you encounter any bugs or have suggestions for improvements, please create an issue in the repository. Be sure to provide detailed information about the problem.

Thank you for your interest in contributing to the Quantum Positioning System! Together, we can explore the possibilities of quantum technology.