From e703362b02d672a14a98af8e2f99ae75c1bab945 Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Sat, 13 Feb 2021 03:21:06 -0500 Subject: [PATCH] docs: remove npm v6 issue template --- .github/ISSUE_TEMPLATE/bug_6.md | 35 --------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_6.md diff --git a/.github/ISSUE_TEMPLATE/bug_6.md b/.github/ISSUE_TEMPLATE/bug_6.md deleted file mode 100644 index d6808074b88fa..0000000000000 --- a/.github/ISSUE_TEMPLATE/bug_6.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: 🐞 Bug v6 -about: File a bug/issue against v6.x -title: '[BUG] ' -labels: Bug, Needs Triage, Release 6.x -assignees: '' - ---- - -<!-- -Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues ---> - -### Current Behavior: -<!-- ex. a clear & concise description of what you're experiencing. --> - -### Expected Behavior: -<!-- ex. a clear & concise description of what you expected to happen. --> - -### Steps To Reproduce: -<!-- -ex. steps to reproduce the behavior: -1. In this environment... -2. With this config... -3. Run '...' -4. See error... ---> - -### Environment: -<!-- -ex. -- OS: Ubuntu 20.04 -- Node: 13.14.0 -- npm: 6.4.12 --->