From d17900f8a2f40bbf6e6e9932908916c61bf35510 Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Fri, 3 Jan 2025 15:31:03 -0700 Subject: [PATCH] Add feat issues to projects --- .github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml | 2 ++ .github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml b/.github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml index 07b5eb824..0461ea317 100644 --- a/.github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml +++ b/.github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml @@ -3,6 +3,8 @@ description: Propose new functionality or a breaking change labels: - openapi-ts - enhancement +projects: + - openapi-ts/2 body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml b/.github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml index b68237d63..829e340bc 100644 --- a/.github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml +++ b/.github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml @@ -3,6 +3,8 @@ description: Propose new functionality or a breaking change labels: - openapi-fetch - enhancement +projects: + - openapi-ts/3 body: - type: textarea id: description