From d0d4f63f9a7fca8b2d695b5ebb1075cede2543a9 Mon Sep 17 00:00:00 2001 From: Reinder Vos de Wael Date: Thu, 21 Dec 2023 13:01:04 -0500 Subject: [PATCH] [no-ci] Add project linking to bugs/tasks --- .github/ISSUE_TEMPLATE/bug_report.yaml | 5 +---- .github/ISSUE_TEMPLATE/development_task.yaml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 1873fda..0933db2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,9 +1,6 @@ name: Bug Report description: This is a template for reporting a bug. -# If you want to enable automatic linking to projects, -# uncomment the following line and replace the project ID -# with the ID of your project. -# projects: ["cmi-dair/1"] +projects: [cmi-dair/1] title: 'Bug: ' labels: [bug] body: diff --git a/.github/ISSUE_TEMPLATE/development_task.yaml b/.github/ISSUE_TEMPLATE/development_task.yaml index c63fc25..3dcba27 100644 --- a/.github/ISSUE_TEMPLATE/development_task.yaml +++ b/.github/ISSUE_TEMPLATE/development_task.yaml @@ -1,9 +1,6 @@ name: Development Task description: This is a template for a development task -# If you want to enable automatic linking to projects, -# uncomment the following line and replace the project ID -# with the ID of your project. -# projects: ["cmi-dair/1"] +projects: [cmi-dair/1] title: 'Task: ' labels: [task] body: