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: