From 24280648ae8e15492ecddcc69e18023b3a80b68c Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 12 Jul 2024 10:32:29 -0700 Subject: [PATCH] chore: change files --- .github/ISSUE_TEMPLATE/{1-bug-report.yml => 0_bug_report.yml} | 0 .../{2-feature-request.yml => 1_feature_request.yml} | 0 .../{3-peformance-issue.yml => 2_peformance_report.yml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{1-bug-report.yml => 0_bug_report.yml} (100%) rename .github/ISSUE_TEMPLATE/{2-feature-request.yml => 1_feature_request.yml} (100%) rename .github/ISSUE_TEMPLATE/{3-peformance-issue.yml => 2_peformance_report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/0_bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/1-bug-report.yml rename to .github/ISSUE_TEMPLATE/0_bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/1_feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/2-feature-request.yml rename to .github/ISSUE_TEMPLATE/1_feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/3-peformance-issue.yml b/.github/ISSUE_TEMPLATE/2_peformance_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/3-peformance-issue.yml rename to .github/ISSUE_TEMPLATE/2_peformance_report.yml