You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+12-12
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,6 @@ body:
4
4
- type: markdown
5
5
attributes:
6
6
value: 'Please note your issue will be closed without comment if do not fill out the issue checklist and provide ALL the requested information.'
7
-
- type: textarea
8
-
attributes:
9
-
render: shell
10
-
label: '`yarn why http-proxy-middleware` OR `npm ls http-proxy-middleware` output (mask private folder names with *****)'
11
-
validations:
12
-
required: true
13
7
- type: checkboxes
14
8
attributes:
15
9
label: Checks
@@ -24,12 +18,10 @@ body:
24
18
label: 'Describe the bug (be clear and concise)'
25
19
validations:
26
20
required: true
27
-
- type: markdown
28
-
attributes:
29
-
value: 'If possible, please provide minimal example on CodeSandbox that demonstrates the issue. You can use the following template: https://codesandbox.io/s/http-proxy-middleware-44oc1'
30
21
- type: textarea
31
22
attributes:
32
23
label: 'Step-by-step reproduction instructions'
24
+
description: 'If possible, please provide minimal example to demonstrate the issue. Create a minimal Github project or use the CodeSandbox template: https://codesandbox.io/s/http-proxy-middleware-44oc1'
33
25
value: |
34
26
1. ...
35
27
2. ...
@@ -39,24 +31,32 @@ body:
39
31
- type: textarea
40
32
attributes:
41
33
label: 'Expected behavior (be clear and concise)'
42
-
placeholder: Tell us in a clear and concise description of what you expected to happen.
34
+
description: Tell us in a clear and concise description of what you expected to happen.
35
+
validations:
36
+
required: true
37
+
- type: textarea
38
+
attributes:
39
+
render: shell
40
+
label: 'How is http-proxy-middleware used in your project?'
41
+
description: '`yarn why http-proxy-middleware` OR `npm ls http-proxy-middleware` output (mask private folder names with *****)'
43
42
validations:
44
43
required: true
45
44
- type: textarea
46
45
attributes:
47
46
render: typescript
48
47
label: 'What http-proxy-middleware configuration are you using?'
49
-
placeholder: 'Paste your http-proxy configuration here...'
48
+
description: 'Paste your http-proxy configuration here...'
50
49
validations:
51
50
required: true
52
51
- type: textarea
53
52
attributes:
54
53
render: shell
55
54
label: 'What OS/version and node/version are you seeing the problem?'
55
+
description: 'Paste the output of `npx envinfo`'
56
56
placeholder: 'ie. MacOS 11.4 and Node 16.2.0'
57
57
validations:
58
58
required: true
59
59
- type: textarea
60
60
attributes:
61
61
label: 'Additional context (optional)'
62
-
placeholder: 'Please add any addition information that might help the investigation'
62
+
description: 'Please add any addition information that might help the investigation'
0 commit comments