From b6d3e0695732a931afcedfd49c52d2a7145bcdb5 Mon Sep 17 00:00:00 2001 From: dave <13951458+d1onys1us@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:48:33 +0900 Subject: [PATCH] fix(repo): add required flag to project template (#14882) --- .github/ISSUE_TEMPLATE/add_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/add_project.yml b/.github/ISSUE_TEMPLATE/add_project.yml index 8f06647be73..6785ac46eb2 100644 --- a/.github/ISSUE_TEMPLATE/add_project.yml +++ b/.github/ISSUE_TEMPLATE/add_project.yml @@ -41,7 +41,7 @@ body: attributes: label: If your project is live on one of Taiko's testnets, please provide evidence of that here (eg. links, screenshots). If your project is NOT live, please provide your plan for integration here. validations: - required: false + required: true - type: textarea id: logo attributes: