From 18d8adba560c2897c8f83e4649b670692fa1b0c3 Mon Sep 17 00:00:00 2001
From: jamesmaa <jmaa@berkeley.edu>
Date: Fri, 30 Aug 2024 10:12:32 -0700
Subject: [PATCH] Add language-specific issue template

---
 .../ISSUE_TEMPLATE/{bug-report.md => 1-bug-report.md}    | 0
 .../{enhancement-request.md => 2-enhancement-request.md} | 0
 .github/ISSUE_TEMPLATE/3-language-feature.md             | 9 +++++++++
 .github/ISSUE_TEMPLATE/{tech-debt.md => 4-tech-debt.md}  | 0
 .../ISSUE_TEMPLATE/{other-issue.md => 5-other-issue.md}  | 0
 5 files changed, 9 insertions(+)
 rename .github/ISSUE_TEMPLATE/{bug-report.md => 1-bug-report.md} (100%)
 rename .github/ISSUE_TEMPLATE/{enhancement-request.md => 2-enhancement-request.md} (100%)
 create mode 100644 .github/ISSUE_TEMPLATE/3-language-feature.md
 rename .github/ISSUE_TEMPLATE/{tech-debt.md => 4-tech-debt.md} (100%)
 rename .github/ISSUE_TEMPLATE/{other-issue.md => 5-other-issue.md} (100%)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md
similarity index 100%
rename from .github/ISSUE_TEMPLATE/bug-report.md
rename to .github/ISSUE_TEMPLATE/1-bug-report.md
diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/2-enhancement-request.md
similarity index 100%
rename from .github/ISSUE_TEMPLATE/enhancement-request.md
rename to .github/ISSUE_TEMPLATE/2-enhancement-request.md
diff --git a/.github/ISSUE_TEMPLATE/3-language-feature.md b/.github/ISSUE_TEMPLATE/3-language-feature.md
new file mode 100644
index 0000000000..5ff2028ccb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/3-language-feature.md
@@ -0,0 +1,9 @@
+---
+name: Language specific issue
+about: Report a language-specific issue or feature request
+title: '[REPLACE ME WITH YOUR REQUESTED LANGUAGE]: '
+labels: 'area/linguistics'
+assignees: ''
+
+---
+
diff --git a/.github/ISSUE_TEMPLATE/tech-debt.md b/.github/ISSUE_TEMPLATE/4-tech-debt.md
similarity index 100%
rename from .github/ISSUE_TEMPLATE/tech-debt.md
rename to .github/ISSUE_TEMPLATE/4-tech-debt.md
diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/5-other-issue.md
similarity index 100%
rename from .github/ISSUE_TEMPLATE/other-issue.md
rename to .github/ISSUE_TEMPLATE/5-other-issue.md