summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2020-02-09 21:03:53 +0000
committerGitHub <noreply@github.com>2020-02-09 22:03:53 +0100
commit49110a58729fcbecaffcb0202f9a9474d98c9cde (patch)
tree82a8e3bb25a3d893300a0f0a96f7c7ca6001bd6e /.github/ISSUE_TEMPLATE
parentc01c8edeb8b367b1b9dcfd5a1982a2ba2b708c11 (diff)
downloadmatterbridge-msglm-49110a58729fcbecaffcb0202f9a9474d98c9cde.tar.gz
matterbridge-msglm-49110a58729fcbecaffcb0202f9a9474d98c9cde.tar.bz2
matterbridge-msglm-49110a58729fcbecaffcb0202f9a9474d98c9cde.zip
Assign automatically labels when creating issues (#1005)
* Update Bug_report.md * Add 'label: enhancement' to feature_request.md
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md1
-rw-r--r--.github/ISSUE_TEMPLATE/Feature_request.md1
2 files changed, 2 insertions, 0 deletions
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
---