Skip to content

Commit eac4856

Browse files
committed
chore: remove title suggestions from templates
1 parent ccb7d5f commit eac4856

File tree

4 files changed

+0
-30
lines changed

4 files changed

+0
-30
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: "\U0001F41B Bug report"
22
description: Something's not working
3-
title: "fix: "
43
labels: ["bug"]
54
assignees: danielroe
65
body:

.github/ISSUE_TEMPLATE/---documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "\U0001F4DA Documentation"
22
description: How do I ... ?
3-
title: "docs: "
43
labels: ["documentation"]
54
assignees: danielroe
65
body:

.github/ISSUE_TEMPLATE/---feature-suggestion.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "\U0001F195 Feature suggestion"
22
description: Suggest an idea
3-
title: "feat: "
43
labels: ["enhancement"]
54
assignees: danielroe
65
body:
@@ -11,12 +10,6 @@ body:
1110
label: 🆒 Your use case
1211
description: Add a description of your use case, and how this feature would help you.
1312
placeholder: When I do [...] I would expect to be able to do [...]
14-
- type: textarea
15-
validations:
16-
required: true
17-
attributes:
18-
label: 🆕 The solution you'd like
19-
description: Describe what you want to happen.
2013
- type: textarea
2114
attributes:
2215
label: 🔍 Alternatives you've considered

.github/ISSUE_TEMPLATE/---help-wanted.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)