From d221a57294f180123ce1c703bc12e64c4dfcfee6 Mon Sep 17 00:00:00 2001 From: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> Date: Tue, 23 May 2023 14:08:16 +0530 Subject: [PATCH] update: issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/enhancement-issue-template.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 3b18973a..2e0c952a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,9 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: 'bug(CLI or API): Title' +title: 'bug: Title' labels: enhancement, help wanted, kind/bug -assignees: dipankardas011, AvineshTripathi +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/enhancement-issue-template.md b/.github/ISSUE_TEMPLATE/enhancement-issue-template.md index bba618c1..d837a9fe 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-issue-template.md +++ b/.github/ISSUE_TEMPLATE/enhancement-issue-template.md @@ -1,9 +1,9 @@ --- name: enhancement issue template about: Describe this enhancement pruposal template's purpose here. -title: 'enhancement(API/CLI): ' +title: 'enhancement: <Title>' labels: enhancement -assignees: AvineshTripathi, dipankardas011 +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d1a8de90..9ddef84e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -title: 'feat(CLI / API): <Title>' +title: 'feat: <Title>' labels: enhancement, help wanted -assignees: AvineshTripathi, dipankardas011 +assignees: '' ---