Skip to content

Commit e3fa11a

Browse files
authored
GitHub: Added default titles to all issue templates (files-community#16316)
1 parent df9fac6 commit e3fa11a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Bug Report
22
description: Create a bug report to help improve Files.
33
type: 'Bug'
4+
title: 'Bug: '
45
body:
56

67
# Description

.github/ISSUE_TEMPLATE/code_quality_issue.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Code Quality Issue
22
description: Create a code quality issue to help Files keep a clean codebase
33
type: 'Code quality'
4+
title: 'Code Quality: '
45
body:
56
- type: textarea
67
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Feature Request
22
description: This project thrives from differentiation from competing apps. Suggest an idea for Files.
33
type: 'Feature request'
4+
title: 'Feature: '
45
body:
56

67
# Description

0 commit comments

Comments
 (0)