Skip to content

Commit 71ac935

Browse files
Luke Hefsonwraithgar
Luke Hefson
authored andcommitted
chore(github): Convert md issue template to yaml
PR-URL: #3206 Credit: @lukehefson Close: #3206 Reviewed-by: @darcyclarke
1 parent a6a8260 commit 71ac935

File tree

2 files changed

+49
-35
lines changed

2 files changed

+49
-35
lines changed

.github/ISSUE_TEMPLATE/bug_7.md

-35
This file was deleted.

.github/ISSUE_TEMPLATE/bug_7.yml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: 🐞 Bug v7
2+
description: File a bug/issue against v7.x
3+
title: "[BUG] <title>"
4+
labels: [Bug, Needs Triage, Release 7.x]
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Is there an existing issue for this?
9+
description: Please [search here](https://github.com/npm/cli/issues) to see if an issue already exists for your problem.
10+
options:
11+
- label: I have searched the existing issues
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Current Behavior
16+
description: A clear & concise description of what you're experiencing.
17+
validations:
18+
required: false
19+
- type: textarea
20+
attributes:
21+
label: Expected Behavior
22+
description: A clear & concise description of what you expected to happen.
23+
validations:
24+
required: false
25+
- type: textarea
26+
attributes:
27+
label: Steps To Reproduce
28+
description: Steps to reproduce the behavior.
29+
value: |
30+
1. In this environment...
31+
2. With this config...
32+
3. Run '...'
33+
4. See error...
34+
validations:
35+
required: false
36+
- type: textarea
37+
attributes:
38+
label: Environment
39+
description: |
40+
examples:
41+
- **OS**: Ubuntu 20.04
42+
- **Node**: 13.14.0
43+
- **npm**: 7.6.3
44+
value: |
45+
- OS:
46+
- Node:
47+
- npm:
48+
validations:
49+
required: false

0 commit comments

Comments
 (0)