Skip to content

Commit 34aa758

Browse files
committed
issue template: strip title prefix
1 parent 1258275 commit 34aa758

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Bug Report
22
description: File a bug report to help us improve nixos-anywhere
3-
title: "[Bug]: "
43
labels: ["bug"]
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Feature Request
22
description: Suggest an idea or enhancement for nixos-anywhere
3-
title: "[Feature]: "
4-
labels: ["enhancement"]
3+
labels: ["feature"]
54
body:
65
- type: markdown
76
attributes:

0 commit comments

Comments
 (0)