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 --->