Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.15 KB

File metadata and controls

25 lines (19 loc) · 1.15 KB

How to Contribute

We welcome contributions from everyone! Here's how you can contribute:

Develop something

  1. Fork the Repository Start by forking our vulnerable-target repository.

  2. Create a New Branch

    • Always base your work from the dev branch, which is the development branch with the latest code.
    • Make your changes
    • If you want to add a new vulnerable target template, please contribute to our separate templates repository: vt-templates. You can check the example template.
    • Test your changes locally before submitting
  3. Submit a Pull Request

    • Open a pull request targeting the dev branch
    • CI will automatically run linting, security scans, and tests on your PR
    • Include a clear description of what your contribution adds
    • Reference any related issues

Reporting Issues

If you find a bug or have a suggestion, please open an issue describing the problem or enhancement.


Happy Hacking!