diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 64dfd48..9c12934 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: "🐞 Bug report" description: Create a bug report to help us improve things labels: ["bug"] -title: "[Bug Report] " +title: "[Bug Report] Your descriptive title here!" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e2cfb39..b798bb7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: "🚀 Feature request" description: Suggest a feature that will improve things labels: ["enhancement"] -title: "[Feature Request] " +title: "[Feature Request] Your descriptive title here!" body: - type: markdown attributes: