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 Jun 7, 2023
1 parent 683b19c commit 542a915
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

3 comments on commit 542a915

@ziiautin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great project with great potential

@ziiautin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great project with great potential

@rizwanjani787
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like good upcoming project.

Please sign in to comment.