From c8947eb2cc41c0edaa1bf0bd8afdc75aead93e46 Mon Sep 17 00:00:00 2001 From: _youteakay Date: Mon, 22 Apr 2024 17:07:44 +0530 Subject: [PATCH] Removed Title Minor --- .github/ISSUE_TEMPLATE/Issue.yml | 1 - .github/ISSUE_TEMPLATE/bug_issue.yml | 1 - .github/ISSUE_TEMPLATE/doc_Issue.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Issue.yml b/.github/ISSUE_TEMPLATE/Issue.yml index ca66f9ac3..a9a04d623 100644 --- a/.github/ISSUE_TEMPLATE/Issue.yml +++ b/.github/ISSUE_TEMPLATE/Issue.yml @@ -1,6 +1,5 @@ name: General Issue description: Your issue does not fit the categories already mentioned. -title: " " labels: - help wanted body: diff --git a/.github/ISSUE_TEMPLATE/bug_issue.yml b/.github/ISSUE_TEMPLATE/bug_issue.yml index 293d6f898..b8c5ec2e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_issue.yml +++ b/.github/ISSUE_TEMPLATE/bug_issue.yml @@ -1,6 +1,5 @@ name: Report a Bug description: State the bug affecting Stingray. -title: " " labels: - bug - help wanted diff --git a/.github/ISSUE_TEMPLATE/doc_Issue.yml b/.github/ISSUE_TEMPLATE/doc_Issue.yml index 067ec92d2..ebd3b95fb 100644 --- a/.github/ISSUE_TEMPLATE/doc_Issue.yml +++ b/.github/ISSUE_TEMPLATE/doc_Issue.yml @@ -1,6 +1,5 @@ name: Improving Documentation description: Create an issue to help improve the Stingray documentation. -title: " " labels: - documentation