From 776c8537566850b0a997e59eefe23782c9dc6933 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Mon, 1 Dec 2025 09:03:22 -0500 Subject: [PATCH] Rename issue templates (#43893) Closes #43892. Release Notes: - N/A --- .github/ISSUE_TEMPLATE/{1.bug-report.yml => 10_bug_report.yml} | 1 + .../ISSUE_TEMPLATE/{2.crash-report.yml => 11_crash_report.yml} | 0 2 files changed, 1 insertion(+) rename .github/ISSUE_TEMPLATE/{1.bug-report.yml => 10_bug_report.yml} (99%) rename .github/ISSUE_TEMPLATE/{2.crash-report.yml => 11_crash_report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/1.bug-report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/1.bug-report.yml rename to .github/ISSUE_TEMPLATE/10_bug_report.yml index 845c0a480b7552bebb3c2f1bb869f13f058f7495..711ad6de245d2a194984bc493217c9fbf859aa27 100644 --- a/.github/ISSUE_TEMPLATE/1.bug-report.yml +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -31,6 +31,7 @@ body: validations: required: true - type: textarea + id: environment attributes: label: Zed version and system specs description: | diff --git a/.github/ISSUE_TEMPLATE/2.crash-report.yml b/.github/ISSUE_TEMPLATE/11_crash_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/2.crash-report.yml rename to .github/ISSUE_TEMPLATE/11_crash_report.yml