From 4a713bbd434a44ae23820ee5260a488027569858 Mon Sep 17 00:00:00 2001 From: Pedro Beschorner Marin <pedrobmarin@gmail.com> Date: Fri, 2 Apr 2021 13:45:51 -0300 Subject: [PATCH] Add labels to core and installation issues --- .github/ISSUE_TEMPLATE/core-issue.md | 2 +- .github/ISSUE_TEMPLATE/installation-issue.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/core-issue.md b/.github/ISSUE_TEMPLATE/core-issue.md index 4db433259f..2c6b73fb4c 100644 --- a/.github/ISSUE_TEMPLATE/core-issue.md +++ b/.github/ISSUE_TEMPLATE/core-issue.md @@ -2,7 +2,7 @@ name: Server Core Issue about: Template for creating an issue with bbb-web, akka-apps, or other server component title: '' -labels: '' +labels: Core assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/installation-issue.md b/.github/ISSUE_TEMPLATE/installation-issue.md index 1dec426474..ae0e8e1a33 100644 --- a/.github/ISSUE_TEMPLATE/installation-issue.md +++ b/.github/ISSUE_TEMPLATE/installation-issue.md @@ -2,7 +2,7 @@ name: Installation issue (not a support question) about: Template for issues encountered during installation title: '' -labels: '' +labels: Installation assignees: '' --- -- GitLab