Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarcy Clarke <darcy@darcyclarke.me>2021-02-13 11:21:06 +0300
committerDarcy Clarke <darcy@darcyclarke.me>2021-02-13 11:23:21 +0300
commite703362b02d672a14a98af8e2f99ae75c1bab945 (patch)
tree2aa4ae880a8329817c863ef7eadb6da3274833a7 /.github
parent1303aca794124225881831a9424c72f7027a8e57 (diff)
docs: remove npm v6 issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_6.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_6.md b/.github/ISSUE_TEMPLATE/bug_6.md
deleted file mode 100644
index d6808074b..000000000
--- 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] <title>'
-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
--->