Skip to content

Commit

Permalink
update: issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dipankardas011 committed May 23, 2023
1 parent a6fa6bf commit d221a57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .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: ''

---

Expand Down
4 changes: 2 additions & 2 deletions .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>'
title: 'enhancement: <Title>'
labels: enhancement
assignees: AvineshTripathi, dipankardas011
assignees: ''

---

Expand Down
4 changes: 2 additions & 2 deletions .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: ''

---

Expand Down

0 comments on commit d221a57

Please sign in to comment.