From 6a07f13896fb50879e3fcb7ded1f1ccd47eb90d7 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 12 Jul 2024 11:45:03 -0700 Subject: [PATCH] chore: more templates --- .github/ISSUE_TEMPLATE/1_feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/2_peformance_report.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.