Skip to content

Commit

Permalink
fix(repo): update issue template for adding project (#13905)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored and dantaik committed Jun 12, 2023
1 parent 0aea2de commit 7c75d71
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/add_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 7c75d71

Please sign in to comment.