From 145f1006be27fcc24bdb331d0cf9e0e02d026737 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Fri, 13 Feb 2026 12:12:24 -0500 Subject: [PATCH] update template --- .github/ISSUE_TEMPLATE/community_submission.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ```