Skip to content

Commit 4b5928c

Browse files
committed
Remove title text from report templates
1 parent e81f0db commit 4b5928c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report
33
about: Create a bug report for a new issue
4-
title: Give your bug report a descriptive title
4+
title:
55
labels: ':beetle: bug'
66
assignees: ''
77

.github/ISSUE_TEMPLATE/feature-request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature Request
33
about: Suggest a new idea to improve OpenShot
4-
title: Give your feature request a descriptive title
4+
title:
55
labels: '💡 enhancement'
66
assignees: ''
77

.github/ISSUE_TEMPLATE/question.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Question
33
about: Ask a question about OpenShot
4-
title: Give your question a descriptive title
4+
title:
55
labels: question
66
assignees: ''
77

0 commit comments

Comments
 (0)