diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dfbf5528ef..077c1f6eec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,7 @@ --- name: Bug report about: Let us know about an unexpected error, a crash, or an incorrect behavior. -title: '' -labels: new -assignees: '' +labels: bug, new --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f203dcdc8e..7839353559 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,7 @@ --- name: Feature request about: Suggest a new feature or other enhancement. -title: '' -labels: enhancement -assignees: '' +labels: enhancement, new ---