Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 508 Bytes

Challenge Repo Template

This repository is a template for future CTFs.

  • Look at CONTRIBUTING.md for information on how to create a challenge.
  • Look at CHALL_YAML_GUIDE.md for information on how to create a chall.yaml file.
  • Don't forget:
    • Create a new branch for each challenge.
    • Don't commit stuff like node_modules, compiled binaries, etc.
    • Include a solvepath.
    • Send a PR and add reviewers/labels.
    • Don't merge your own challs.