Skip to content

Commit 93ead45

Browse files
authored
chore(ci): add project config to issue templates (#1652)
1 parent bf00d5b commit 93ead45

7 files changed

+7
-0
lines changed

.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 reproducible bug to help us improve
33
title: "Bug: TITLE"
44
labels: ["type/bug", "triage"]
5+
projects: ["aws-powertools/7"]
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/documentation_improvements.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Documentation improvements
22
description: Suggest a documentation update to improve everyone's experience
33
title: "Docs: TITLE"
44
labels: ["area/documentation", "triage"]
5+
projects: ["aws-powertools/7"]
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 an idea for Lambda Powertools
33
title: "Feature request: TITLE"
44
labels: ["type/feature-request", "triage"]
5+
projects: ["aws-powertools/7"]
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/maintenance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Maintenance
22
description: Suggest an activity to help address tech debt, governance, and anything internal
33
title: "Maintenance: TITLE"
44
labels: ["type/internal", "triage"]
5+
projects: ["aws-powertools/7"]
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Request for Comments (RFC)
22
description: Feature design and detailed proposals
33
title: "RFC: TITLE"
44
labels: ["type/RFC", "triage"]
5+
projects: ["aws-powertools/7"]
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/share_your_work.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: I Made This (showcase your work)
22
description: Share what you did with Powertools for AWS Lambda (TypeScript) 💞💞. Blog post, workshops, presentation, sample apps, etc.
33
title: "[I Made This]: <TITLE>"
44
labels: ["community-content"]
5+
projects: ["aws-powertools/7"]
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/support_powertools.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Support Powertools for AWS Lambda (TypeScript) (become a reference)
22
description: Add your organization's name or logo to the Powertools for AWS Lambda (TypeScript) documentation
33
title: "[Support Powertools for AWS Lambda (TypeScript)]: <your organization name>"
44
labels: ["customer-reference"]
5+
projects: ["aws-powertools/7"]
56
body:
67
- type: markdown
78
attributes:

0 commit comments

Comments
 (0)