diff --git a/.github/ISSUE_TEMPLATE/1_feature_request.yml b/.github/ISSUE_TEMPLATE/1_feature_request.yml index d7d636fe..bceb0d88 100644 --- a/.github/ISSUE_TEMPLATE/1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/1_feature_request.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: Feature Request labels: ["enhancement"] description: | Use this template if you have a feature request or an idea for a new feature. diff --git a/.github/ISSUE_TEMPLATE/2_peformance_report.yml b/.github/ISSUE_TEMPLATE/2_peformance_report.yml index f89682f5..bc62bfb1 100644 --- a/.github/ISSUE_TEMPLATE/2_peformance_report.yml +++ b/.github/ISSUE_TEMPLATE/2_peformance_report.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: Performance Issue labels: ["performance"] description: | Use this template if you are seeing performance issues such as slow loading times or high CPU usage.