diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0f821e5b68..f6021dc83a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: "\U0001F41E Bug report" about: Create a report to help us improve title: '' -labels: bug +labels: 'type/bug' assignees: '' --- @@ -28,4 +28,4 @@ Steps to reproduce the behavior: **Additional context** -(Add any other context about the problem here) \ No newline at end of file +(Add any other context about the problem here) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 38947541fd..ff120abc65 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: "\U0001F680 Feature request" about: Propose a new feature title: '' -labels: enhancement +labels: 'type/enhancement' assignees: '' --- @@ -39,4 +39,4 @@ assignees: '' You might want to link to related issues here, if you haven't already. --> -(Write your answer here.) \ No newline at end of file +(Write your answer here.)