Thank you for your interest in contributing! Your contributions help make this project better and more secure. Follow these guidelines to ensure a smooth collaboration.
- Click the Fork button on GitHub.
- Clone your forked repo:
git clone https://github.com/GZ30eee/cybersecurity-tools.git cd cybersecurity-tools
- Always work on a new branch:
git checkout -b feature-branch-name
- Follow best coding practices.
- Keep your commits small and meaningful.
- Ensure your code runs correctly before submitting.
git add .
git commit -m "Added feature: <brief description>"
git push origin feature-branch-name- Go to the original repository.
- Click New Pull Request.
- Provide a clear title and description.
- Wait for review & approval.
✔ Follow the coding style of the project.
✔ Write meaningful commit messages.
✔ Comment your code for better understanding.
✔ Test your changes before submitting.
✔ Ensure security & privacy best practices.
If you have any questions, feel free to open an issue or start a GitHub discussion.
Happy coding & hacking responsibly! 🛡🚀