From 3de409ad6a26459ee2aabe99a1b2f228087421e0 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 8 Feb 2023 18:18:31 +0100 Subject: [PATCH] github: remove prefix from bugs/features We already label the issue anyway and this results in reports without an actual title so remove it. This leaves more space for an actual useful title. ref: https://github.com/containers/podman/discussions/17431 Signed-off-by: Paul Holzinger --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 - .github/ISSUE_TEMPLATE/feature_request.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 98e1bf64a5..50255cf768 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,5 @@ name: Bug Report description: File a bug report -title: "[Bug]: " labels: ["kind/bug", "triage-needed"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 20713b1ad5..1d83bf8a0e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,5 @@ name: Feature Request description: Suggest an idea for this project -title: "[Feature]: " labels: ["kind/feature"] body: - type: markdown