From 49110a58729fcbecaffcb0202f9a9474d98c9cde Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sun, 9 Feb 2020 21:03:53 +0000 Subject: [PATCH] Assign automatically labels when creating issues (#1005) * Update Bug_report.md * Add 'label: enhancement' to feature_request.md --- .github/ISSUE_TEMPLATE/Bug_report.md | 1 + .github/ISSUE_TEMPLATE/Feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index fd02796f..9334b309 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve. (Check the FAQ on the wiki first) +labels: bug --- diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 53842951..3d31eab3 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Suggest an idea for this project +label: enhancement ---