Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 861 Bytes

File metadata and controls

21 lines (15 loc) · 861 Bytes

Contributing to WebPentestNotebook

Thank you for considering contributing to this repository! Here are a few guidelines to help you get started:

How to Contribute

  1. Fork the repository to your GitHub account.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes: add new notes, update existing ones, or format commands for tools.
  4. Commit your changes (git commit -m 'Add new notes for XYZ tool').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request against the main branch.

Guidelines

  • Ensure notes are clear, concise, and formatted consistently.
  • Use Markdown for formatting notes and commands.
  • Include references or sources where applicable.
  • Test any new commands or tools added to ensure accuracy.

Feel free to reach out if you have any questions or need further assistance!