Skip to content

Commit 2406085

Browse files
committed
docs: update issue templates
1 parent a3958ea commit 2406085

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: "[Bug]: Short description of the issue"
4+
title: "🐞 Bug: Short description of the issue"
55
labels: "bug, needs triage"
6-
assignees: "@dileepabandara"
6+
assignees: "dileepabandara"
77
---
88

99
## Bug Report

.github/ISSUE_TEMPLATE/documentation_update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Documentation update
33
about: Propose a change to the project documentation
4-
title: "[Docs]: Short description of the change"
4+
title: "📝 Docs: Short description of the change"
55
labels: "documentation, needs review"
6-
assignees: "@dileepabandara"
6+
assignees: "dileepabandara"
77
---
88

99
## Documentation Update

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest a feature for this project
4-
title: "[Feature Request]: Short description of the feature"
4+
title: "🚀 Feature: Short description of the feature"
55
labels: "enhancement, needs triage, feature request"
6-
assignees: "@dileepabandara"
6+
assignees: "dileepabandara"
77
---
88

99
## Feature Request

0 commit comments

Comments
 (0)