From 37bead34e8956cf7290c9415969930881fc6fef3 Mon Sep 17 00:00:00 2001 From: Kenk Date: Fri, 23 Jun 2023 10:05:56 +0900 Subject: [PATCH 1/2] feat(repo): update issue templates --- .github/ISSUE_TEMPLATE/add_project.yml | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/add_project.yml b/.github/ISSUE_TEMPLATE/add_project.yml index bbae665500..04cfe133e7 100644 --- a/.github/ISSUE_TEMPLATE/add_project.yml +++ b/.github/ISSUE_TEMPLATE/add_project.yml @@ -1,7 +1,7 @@ name: Add a project to Taiko's ecosystem 🌐 description: Add a project to Taiko's ecosystem -title: Add [PROJECT_NAME] to the ecosystem. -labels: ["category.enhancement", "status.needs-triage"] +title: Add [PROJECT_NAME] to the ecosystem +labels: ["category.enhancement", "status.needs-triage", "category.ecosystem"] assignees: - d1onys1us - 2manslkh diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7ddc38c358..a883e5c572 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug report 🐛 description: Report a bug labels: ["category.bug", "status.needs-triage"] +title: "[BUG] " body: - type: markdown attributes: From e96b38366f88693672808d7dbd372874b60d565f Mon Sep 17 00:00:00 2001 From: Kenk Date: Fri, 23 Jun 2023 15:53:53 +0900 Subject: [PATCH 2/2] remove title for bug report --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a883e5c572..7ddc38c358 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: Bug report 🐛 description: Report a bug labels: ["category.bug", "status.needs-triage"] -title: "[BUG] " body: - type: markdown attributes: