Thank you for your interest in contributing to Quantum Sentinel! We appreciate your help in making this project better.
-
Fork the repository: Click the "Fork" button at the top right of the repository page.
-
Clone your fork:
1 git clone https://github.com/KOSASIH/quantum-sentinel.git 2 cd quantum-sentinel
-
Create a new branch:
1 git checkout -b feature/your-feature-name
-
Make your changes: Implement your feature or fix a bug.
-
Commit your changes:
1 git add . 2 git commit -m "Add your descriptive commit message"
-
Push to your fork:
1 git push origin feature/your-feature-name
-
Create a pull request: Go to the original repository and click on "New Pull Request". Provide a clear description of your changes.
Please adhere to our Code of Conduct while contributing to this project.
If you encounter any issues, please report them using the issue tracker.
Thank you for contributing!