From 286f38b7db243df0b4af3da1e6d9932b61ce1520 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Mon, 24 Feb 2025 16:54:06 -0800 Subject: [PATCH] [skip ci] Issue templates: remove unused optional fields --- .github/ISSUE_TEMPLATE/request-a-new-feature.md | 3 --- .github/ISSUE_TEMPLATE/request-an-update.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/request-a-new-feature.md b/.github/ISSUE_TEMPLATE/request-a-new-feature.md index 902c8387d0f..1e57a0e52de 100644 --- a/.github/ISSUE_TEMPLATE/request-a-new-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-new-feature.md @@ -1,9 +1,6 @@ --- name: Request a New Feature about: For requesting new feature(s) to be added to the docs. -title: '' -labels: '' -assignees: '' --- ## Related Issues diff --git a/.github/ISSUE_TEMPLATE/request-an-update.md b/.github/ISSUE_TEMPLATE/request-an-update.md index 7a9b24fd7e5..c49d1b97a86 100644 --- a/.github/ISSUE_TEMPLATE/request-an-update.md +++ b/.github/ISSUE_TEMPLATE/request-an-update.md @@ -1,9 +1,6 @@ --- name: Request an Update about: For fixing docs errors/typos, adding needed/missing information, updating verbiage, deleting outdated info, etc. -title: '' -labels: '' -assignees: '' --- ## Related Issues