From 32f918cf90466cfd2a0314495c58fc3b8fe0b18d Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Thu, 13 Jun 2024 15:11:18 +0100 Subject: [PATCH] Remove `title` in issue forms (#230) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 - .github/ISSUE_TEMPLATE/documentation.yaml | 1 - .github/ISSUE_TEMPLATE/feature_request.yaml | 1 - .github/ISSUE_TEMPLATE/question.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index b2cee20..779427a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,6 @@ --- name: Bug Report description: Create a Report to Help us Improve -title: "[BUG]: " labels: - bug assignees: paddyroddy diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index 52ff8fc..9d2d4a8 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -1,7 +1,6 @@ --- name: Documentation description: How Can We Improve the Documentation -title: "[DOCS]: " labels: - documentation assignees: paddyroddy diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index b54f5d8..890cc51 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,6 @@ --- name: Feature Request description: Suggest a Way to Improve This Project -title: "[FEATURE]: " labels: - enhancement assignees: paddyroddy diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index 9ac566d..c4eba42 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -1,7 +1,6 @@ --- name: Question description: General Questions About Using Example -title: "[QUESTION]: " labels: - question assignees: paddyroddy