From 6024cb6d62f055ceb2c3ec096738f3a7c7df808f Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Sat, 7 Sep 2024 03:28:50 -0400 Subject: [PATCH] Add attribution field to challenge.yml spec --- ctfcli/spec/challenge-example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ctfcli/spec/challenge-example.yml b/ctfcli/spec/challenge-example.yml index 62a92f7..903b4c3 100644 --- a/ctfcli/spec/challenge-example.yml +++ b/ctfcli/spec/challenge-example.yml @@ -6,6 +6,7 @@ name: "{{cookiecutter.name}}" author: "author" category: category description: This is a sample description +attribution: Written by [author](https://ctfd.io) value: 100 type: standard