Skip to content

Commit 82bea0c

Browse files
committed
add project to issue template
1 parent ea8e2cd commit 82bea0c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 🐛 Bug Report
22
description: Report a bug or unexpected behavior
33
title: "[Bug]: "
44
labels: ["bug"]
5+
projects: ["aws-durable-execution"]
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 📚 Documentation Issue
22
description: Report an issue with documentation
33
title: "[Docs]: "
44
labels: ["documentation"]
5+
projects: ["aws-durable-execution"]
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
@@ -2,6 +2,7 @@ name: ✨ Feature Request
22
description: Suggest a new feature or enhancement
33
title: "[Feature]: "
44
labels: ["enhancement"]
5+
projects: ["aws-durable-execution"]
56
body:
67
- type: markdown
78
attributes:

0 commit comments

Comments
 (0)