Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

45 lines (29 loc) · 1.11 KB

Contributing to Quantum Sentinel

Thank you for your interest in contributing to Quantum Sentinel! We appreciate your help in making this project better.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.

  2. Clone your fork:

    1 git clone https://github.com/KOSASIH/quantum-sentinel.git
    2 cd quantum-sentinel
  3. Create a new branch:

    1 git checkout -b feature/your-feature-name
  4. Make your changes: Implement your feature or fix a bug.

  5. Commit your changes:

    1 git add .
    2 git commit -m "Add your descriptive commit message"
  6. Push to your fork:

    1 git push origin feature/your-feature-name
  7. Create a pull request: Go to the original repository and click on "New Pull Request". Provide a clear description of your changes.

Code of Conduct

Please adhere to our Code of Conduct while contributing to this project.

Reporting Issues

If you encounter any issues, please report them using the issue tracker.

Thank you for contributing!