Skip to content

Commit 52ab49d

Browse files
committed
Removing default title in issue templates [skip ci]
The issue template pre-fills a starting title, but people aren't changing it and that results in littering the issues with '[BUG] <title>' -- removing forces logger to set an appropriate title.
1 parent b36c013 commit 52ab49d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.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
22
description: File a bug/issue
3-
title: "[BUG] <title>"
43
labels: [bug]
54
body:
65
- type: textarea

.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 feature
3-
title: "[SUGGESTION] <title>"
43
labels: [enhancement]
54
body:
65
- type: textarea

0 commit comments

Comments
 (0)