Skip to content

Commit 304833b

Browse files
committed
chore: fix issue templates to allow for bug filing again
1 parent 1ae6850 commit 304833b

File tree

3 files changed

+48
-29
lines changed

3 files changed

+48
-29
lines changed

.github/ISSUE_TEMPLATE/bug-6.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,29 @@ title: '[BUG] <title>'
55
assignees:
66
labels: 'Bug', 'Needs Triage', 'Release 6.x'
77
---
8+
<!--
9+
Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues
10+
-->
811

9-
**Environment:**
10-
- OS: [e.g. OSX]
11-
- Node Version: [eg. 10.1.2]
12-
- NPM Version [e.g. 6.13.4]
12+
### Current Behavior:
13+
<!-- ex. a clear & concise description of what you're experiencing. -->
1314

14-
**Describe the bug:**
15-
A clear and concise description of what the bug is.
16-
17-
**Steps To Reproduce:**
18-
Steps to reproduce the behavior:
15+
### Expected Behavior:
16+
<!-- ex. a clear & concise description of what you expected to happen. -->
1917

18+
### Steps To Reproduce:
19+
<!--
20+
ex. steps to reproduce the behavior:
2021
1. In this environment...
2122
2. With this config...
2223
3. Run '...'
2324
4. See error...
25+
-->
2426

25-
**Expected Behavior:**
26-
A clear and concise description of what you expected to happen.
27-
27+
### Environment:
28+
<!--
29+
ex.
30+
- OS: Ubuntu 20.04
31+
- Node: 13.14.0
32+
- NPM: 6.4.12
33+
-->

.github/ISSUE_TEMPLATE/bug-7.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,29 @@ title: '[BUG] <title>'
55
assignees:
66
labels: 'Bug', 'Needs Triage', 'Release 7.x'
77
---
8+
<!--
9+
Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues
10+
-->
811

9-
**Environment:**
10-
- OS: [e.g. OSX]
11-
- Node Version: [eg. 10.1.2]
12-
- NPM Version [e.g. 7.13.4]
12+
### Current Behavior:
13+
<!-- ex. a clear & concise description of what you're experiencing. -->
1314

14-
**Describe the bug:**
15-
A clear and concise description of what the bug is.
16-
17-
**Steps To Reproduce:**
18-
Steps to reproduce the behavior:
15+
### Expected Behavior:
16+
<!-- ex. a clear & concise description of what you expected to happen. -->
1917

18+
### Steps To Reproduce:
19+
<!--
20+
ex. steps to reproduce the behavior:
2021
1. In this environment...
2122
2. With this config...
2223
3. Run '...'
2324
4. See error...
25+
-->
2426

25-
**Expected Behavior:**
26-
A clear and concise description of what you expected to happen.
27+
### Environment:
28+
<!--
29+
ex.
30+
- OS: Ubuntu 20.04
31+
- Node: 13.14.0
32+
- NPM: 6.4.12
33+
-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
3-
- name: Feature Request
3+
- name: 🐞 Bug v7
4+
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-7.md
5+
about: File a bug/issue against v7.x
6+
- name: 🐞 Bug v6
7+
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-6.md
8+
about: File a bug/issue against v6.x
9+
- name: ⭐️ Feature Request
410
url: https://github.com/npm/rfcs
511
about: Feel free to add your idea or create a formal RFC
6-
- name: RFC
12+
- name: 📃 RFC
713
url: https://github.com/npm/rfcs
814
about: Create a more formal proposal/idea via our RFC
9-
- name: Registry Status
15+
- name: 🚥 Registry Status
1016
url: https://status.npmjs.org
1117
about: Check the current status of the website/registry
12-
- name: Documentation
18+
- name: 🗂 Documentation
1319
url: https://preview-docs.npmjs.com/cli-commands/npm
1420
about: Preview our new docs
15-
- name: Support
21+
- name: 📫 Support
1622
url: https://npm.community
1723
about: Links to other support options &/or community references

0 commit comments

Comments
 (0)