Skip to content

Commit d05b6b2

Browse files
chore: remove title prefixes from issue templates (#94)
Users report bugs and request features — they shouldn't need to know conventional commit types. The Feature Planner adds the correct prefix (feat:/fix:) during triage based on the template's label. Co-authored-by: Ona <no-reply@ona.com>
1 parent 1409077 commit d05b6b2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug.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: Report a bug or unexpected behavior
3-
title: "fix: "
43
labels: ["bug"]
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature Request
22
description: Suggest a new feature or enhancement
3-
title: "feat: "
43
labels: []
54
body:
65
- type: markdown

0 commit comments

Comments
 (0)