diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index bb713ff..08f293b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -3,7 +3,7 @@ name: Bug Report description: | We aim to keep everything running smoothly. Please fill out the form with details to help us identify and address the issue. -title: "" +title: " " labels: [Bug] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 6ef5902..d32fdf3 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,7 +1,7 @@ --- name: Enhancement Request description: Suggest an idea for this project -title: "" +title: " " labels: [Enhancement] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index faf8c92..cd76e2a 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,7 +1,7 @@ --- name: Question description: Ask a question about this project -title: "" +title: " " labels: [Question] body: - type: markdown