Skip to content

Commit 1ab258e

Browse files
authored
Merge pull request #98 from alleyinteractive/feature/issue-97/auto-add-issues-to-board
Issue-97: Automatically Add New Issues to Tech Department Project Board
2 parents 9a00bce + b28942a commit 1ab258e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Bug Report
22
description: "Report something that's broken or otherwise not working as expected."
33
type: Bug
4+
projects: ["alleyinteractive/4"]
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/docs_update_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Documentation Update
22
description: "Report something in the project documentation that is incorrect or otherwise inaccurate."
33
type: Task
44
labels: ["documentation"]
5+
projects: ["alleyinteractive/4"]
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Feature or Enhancement Request
22
description: Request a new feature or enhancement
33
type: Feature
4+
projects: ["alleyinteractive/4"]
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/for-discussion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: For Discussion
22
description: Open a topic for discussion
33
type: Feature
44
labels: ["discussion"]
5+
projects: ["alleyinteractive/4"]
56
body:
67
- type: markdown
78
attributes:

0 commit comments

Comments
 (0)