diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5c3c7fc5d526..03b5691e0c85 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug Report description: Create a bug report to help improve Files. type: 'Bug' +title: 'Bug: ' body: # Description diff --git a/.github/ISSUE_TEMPLATE/code_quality_issue.yml b/.github/ISSUE_TEMPLATE/code_quality_issue.yml index 86d07927fba7..385d09cccb51 100644 --- a/.github/ISSUE_TEMPLATE/code_quality_issue.yml +++ b/.github/ISSUE_TEMPLATE/code_quality_issue.yml @@ -1,6 +1,7 @@ name: Code Quality Issue description: Create a code quality issue to help Files keep a clean codebase type: 'Code quality' +title: 'Code Quality: ' body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 566f05ae73c7..a30135ffd6c6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,7 @@ name: Feature Request description: This project thrives from differentiation from competing apps. Suggest an idea for Files. type: 'Feature request' +title: 'Feature: ' body: # Description