diff --git a/.github/ISSUE_TEMPLATE/community_submission.yaml b/.github/ISSUE_TEMPLATE/community_submission.yaml index 3399f98..471fbd2 100644 --- a/.github/ISSUE_TEMPLATE/community_submission.yaml +++ b/.github/ISSUE_TEMPLATE/community_submission.yaml @@ -27,7 +27,7 @@ body: ```json { "registration_number": "N12345", - "tags": {"owner": "John Doe"}, + "tags": {"owner": "John Doe", "photo": "https://example.com/photo.jpg"}, "start_date": "2025-01-01" } ```