Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.59 KB

File metadata and controls

58 lines (43 loc) · 1.59 KB

Contributing to Cybersecurity Tools 🚀

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.


📌 How to Contribute

1️⃣ Fork & Clone the Repository

  • Click the Fork button on GitHub.
  • Clone your forked repo:
    git clone https://github.com/GZ30eee/cybersecurity-tools.git
    cd cybersecurity-tools

2️⃣ Create a Feature Branch

  • Always work on a new branch:
    git checkout -b feature-branch-name

3️⃣ Make Your Changes

  • Follow best coding practices.
  • Keep your commits small and meaningful.

4️⃣ Test Your Code

  • Ensure your code runs correctly before submitting.

5️⃣ Commit & Push Your Changes

git add .
git commit -m "Added feature: <brief description>"
git push origin feature-branch-name

6️⃣ Create a Pull Request (PR)

  • Go to the original repository.
  • Click New Pull Request.
  • Provide a clear title and description.
  • Wait for review & approval.

📜 Contribution Guidelines

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.


💬 Need Help?

If you have any questions, feel free to open an issue or start a GitHub discussion.

Happy coding & hacking responsibly! 🛡🚀