mirror of
https://github.com/containers/podman.git
synced 2025-05-19 16:18:51 +08:00
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:
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -1,6 +1,5 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
title: "[Bug]: "
|
|
||||||
labels: ["kind/bug", "triage-needed"]
|
labels: ["kind/bug", "triage-needed"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -1,6 +1,5 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "[Feature]: "
|
|
||||||
labels: ["kind/feature"]
|
labels: ["kind/feature"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
Reference in New Issue
Block a user