From 47b663a8dfa92af311e08f2ce3328528434b7b2d Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Mon, 14 Apr 2025 17:44:45 +0000 Subject: [PATCH] github: Add Staff-Only 'Other' Issue template (#28703) This is because [issues/new](https://github.com/zed-industries/zed/issues/new) now redirects to [issues/new/choose](https://github.com/zed-industries/zed/issues/new/choose) (good!) so you can no longer create issues skipping templates. Release Notes: - N/A --- .github/ISSUE_TEMPLATE/99_other.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/99_other.yml diff --git a/.github/ISSUE_TEMPLATE/99_other.yml b/.github/ISSUE_TEMPLATE/99_other.yml new file mode 100644 index 0000000000..9383a576b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/99_other.yml @@ -0,0 +1,19 @@ +name: Other [Staff Only] +description: Zed Staff Only +body: + - type: textarea + attributes: + label: Summary + value: | + + SUMMARY_SENTENCE_HERE + + ### Description + + IF YOU DO NOT WORK FOR ZED INDUSTRIES DO NOT CREATE ISSUES WITH THIS TEMPLATE. + THEY WILL BE AUTO-CLOSED AND MAY RESULT IN YOU BEING BANNED FROM THE ZED ISSUE TRACKER. + + FEATURE REQUESTS / SUPPORT REQUESTS SHOULD BE OPENED AS DISCUSSIONS: + https://github.com/zed-industries/zed/discussions/new/choose + validations: + required: true