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 <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-02-08 18:18:31 +01:00
parent 84c4281c8d
commit 3de409ad6a
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["kind/bug", "triage-needed"]
body:
- type: markdown

View File

@ -1,6 +1,5 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["kind/feature"]
body:
- type: markdown