diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 63fe845b..4ece5dac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " +name: I think I found a bug +description: File a bug report issue +title: "[bug]: " labels: ["bug"] assignees: - mdecimus diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 40de9480..1c578310 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ -name: Feature Request +name: I have a feature request description: File a feature request issue -title: "[Enhancement]: " +title: "[enhancement]: " labels: ["enhancement"] assignees: - mdecimus