Skip to content

Commit ace2496

Browse files
authored
Remove title from issue template forms (#167)
1 parent 3675706 commit ace2496

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Bug Report
33
description: Create a Report to Help us Improve
4-
title: "[BUG]: "
54
labels:
65
- bug
76
assignees: paddyroddy

.github/ISSUE_TEMPLATE/documentation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Documentation
33
description: How Can We Improve the Documentation
4-
title: "[DOCS]: "
54
labels:
65
- documentation
76
assignees: paddyroddy

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Feature Request
33
description: Suggest a Way to Improve This Project
4-
title: "[FEATURE]: "
54
labels:
65
- enhancement
76
assignees: paddyroddy

.github/ISSUE_TEMPLATE/question.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Question
33
description: General Questions About Using Example
4-
title: "[QUESTION]: "
54
labels:
65
- question
76
assignees: paddyroddy

0 commit comments

Comments
 (0)