Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit a60a05ed8ce6feb6509575c047e86a4b2002081a Author: Qais Patankar <qaisjp@gmail.com> Date: Sun Feb 09 21:03:53 2020 +0000 Assign automatically labels when creating issues (#1005) * Update Bug_report.md * Add 'label: enhancement' to feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index fd02796..9334b30 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -16 +17 @@  ---  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 5384295..3d31eab 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -16 +17 @@  ---  name: Feature request  about: Suggest an idea for this project +label: enhancement    ---