Skip to content

Commit

Permalink
chore: fix issue templates to allow for bug filing again
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Aug 6, 2020
1 parent 1ae6850 commit 304833b
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 29 deletions.
30 changes: 18 additions & 12 deletions .github/ISSUE_TEMPLATE/bug-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,29 @@ title: '[BUG] <title>'
assignees:
labels: 'Bug', 'Needs Triage', 'Release 6.x'
---
<!--
Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues
-->

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

**Describe the bug:**
A clear and concise description of what the bug is.

**Steps To Reproduce:**
Steps to reproduce the behavior:
### 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...
-->

**Expected Behavior:**
A clear and concise description of what you expected to happen.

### Environment:
<!--
ex.
- OS: Ubuntu 20.04
- Node: 13.14.0
- NPM: 6.4.12
-->
29 changes: 18 additions & 11 deletions .github/ISSUE_TEMPLATE/bug-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,29 @@ title: '[BUG] <title>'
assignees:
labels: 'Bug', 'Needs Triage', 'Release 7.x'
---
<!--
Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues
-->

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

**Describe the bug:**
A clear and concise description of what the bug is.

**Steps To Reproduce:**
Steps to reproduce the behavior:
### 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...
-->

**Expected Behavior:**
A clear and concise description of what you expected to happen.
### Environment:
<!--
ex.
- OS: Ubuntu 20.04
- Node: 13.14.0
- NPM: 6.4.12
-->
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Feature Request
- name: 🐞 Bug v7
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-7.md
about: File a bug/issue against v7.x
- name: 🐞 Bug v6
url: https://github.com/npm/cli/issues/new?title=[BUG]%20%3Ctitle%3E&template=bug-6.md
about: File a bug/issue against v6.x
- name: ⭐️ Feature Request
url: https://github.com/npm/rfcs
about: Feel free to add your idea or create a formal RFC
- name: RFC
- name: πŸ“ƒ RFC
url: https://github.com/npm/rfcs
about: Create a more formal proposal/idea via our RFC
- name: Registry Status
- name: πŸš₯ Registry Status
url: https://status.npmjs.org
about: Check the current status of the website/registry
- name: Documentation
- name: πŸ—‚ Documentation
url: https://preview-docs.npmjs.com/cli-commands/npm
about: Preview our new docs
- name: Support
- name: πŸ“« Support
url: https://npm.community
about: Links to other support options &/or community references

0 comments on commit 304833b

Please sign in to comment.