From b95cdd97056c87ae14af159f63865a61b4f91793 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Tue, 12 Mar 2024 23:10:23 +0100 Subject: [PATCH] Remove the rarely used std-lib issue template (#12173) Reduce potential for confusion and steer towards the issue templates with additional requested fields. Closes https://github.com/nushell/nushell/issues/12110 --- .../standard-library-bug-or-feature-report.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md diff --git a/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md b/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md deleted file mode 100644 index 45b747850a..0000000000 --- a/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: standard library bug or feature report -about: Used to submit issues related to the nu standard library -title: '' -labels: ['needs-triage', 'std-library'] -assignees: '' - ---- - -**Describe the bug or feature** -A clear and concise description of what the bug is.