Skip to content

Commit

Permalink
[no-ci] Add project linking to bugs/tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Dec 21, 2023
1 parent f9125b9 commit d0d4f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/development_task.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d0d4f63

Please sign in to comment.