diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2e835370a4..c9fbf5216c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,6 +2,7 @@ name: Bug report description: Report a reproducible bug to help us improve title: "Bug: TITLE" labels: ["type/bug", "triage"] +projects: ["aws-powertools/7"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation_improvements.yml b/.github/ISSUE_TEMPLATE/documentation_improvements.yml index 93b47d75fc..656a9f2e5a 100644 --- a/.github/ISSUE_TEMPLATE/documentation_improvements.yml +++ b/.github/ISSUE_TEMPLATE/documentation_improvements.yml @@ -2,6 +2,7 @@ name: Documentation improvements description: Suggest a documentation update to improve everyone's experience title: "Docs: TITLE" labels: ["area/documentation", "triage"] +projects: ["aws-powertools/7"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4aca7d76ee..fa337d4605 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,6 +2,7 @@ name: Feature request description: Suggest an idea for Lambda Powertools title: "Feature request: TITLE" labels: ["type/feature-request", "triage"] +projects: ["aws-powertools/7"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/maintenance.yml b/.github/ISSUE_TEMPLATE/maintenance.yml index 374e4e2ba8..c5a326066a 100644 --- a/.github/ISSUE_TEMPLATE/maintenance.yml +++ b/.github/ISSUE_TEMPLATE/maintenance.yml @@ -2,6 +2,7 @@ name: Maintenance description: Suggest an activity to help address tech debt, governance, and anything internal title: "Maintenance: TITLE" labels: ["type/internal", "triage"] +projects: ["aws-powertools/7"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/rfc.yml b/.github/ISSUE_TEMPLATE/rfc.yml index f04a90f2d7..dd048e102a 100644 --- a/.github/ISSUE_TEMPLATE/rfc.yml +++ b/.github/ISSUE_TEMPLATE/rfc.yml @@ -2,6 +2,7 @@ name: Request for Comments (RFC) description: Feature design and detailed proposals title: "RFC: TITLE" labels: ["type/RFC", "triage"] +projects: ["aws-powertools/7"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/share_your_work.yml b/.github/ISSUE_TEMPLATE/share_your_work.yml index 8477619b6b..fed195bacf 100644 --- a/.github/ISSUE_TEMPLATE/share_your_work.yml +++ b/.github/ISSUE_TEMPLATE/share_your_work.yml @@ -2,6 +2,7 @@ name: I Made This (showcase your work) description: Share what you did with Powertools for AWS Lambda (TypeScript) 💞💞. Blog post, workshops, presentation, sample apps, etc. title: "[I Made This]: " labels: ["community-content"] +projects: ["aws-powertools/7"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/support_powertools.yml b/.github/ISSUE_TEMPLATE/support_powertools.yml index d1f7bdf8a9..3749885dfd 100644 --- a/.github/ISSUE_TEMPLATE/support_powertools.yml +++ b/.github/ISSUE_TEMPLATE/support_powertools.yml @@ -2,6 +2,7 @@ name: Support Powertools for AWS Lambda (TypeScript) (become a reference) description: Add your organization's name or logo to the Powertools for AWS Lambda (TypeScript) documentation title: "[Support Powertools for AWS Lambda (TypeScript)]: <your organization name>" labels: ["customer-reference"] +projects: ["aws-powertools/7"] body: - type: markdown attributes: