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: