From 542a915b6fe20d1cf335d6f24686967780a3f338 Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Wed, 7 Jun 2023 04:23:25 +0200 Subject: [PATCH] fix(repo): update issue template for adding project (#13905) --- .github/ISSUE_TEMPLATE/add_project.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/add_project.yml b/.github/ISSUE_TEMPLATE/add_project.yml index 7fa1b356f76..433cd2a5054 100644 --- a/.github/ISSUE_TEMPLATE/add_project.yml +++ b/.github/ISSUE_TEMPLATE/add_project.yml @@ -2,7 +2,9 @@ name: Add a project to Taiko's ecosystem 🌐 description: Add a project to Taiko's ecosystem labels: ["category.enhancement", "status.needs-triage"] assignees: - - d1onys1us, 2manslkh + - d1onys1us + - 2manslkh + - MarcusWentz body: - type: markdown attributes: @@ -14,6 +16,12 @@ body: label: Title of your project validations: required: true + - type: input + id: description + attributes: + label: Short (1-2 sentence) description of your project + validations: + required: true - type: input id: link attributes: