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
+22-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Bug report
1
+
name: Bug Report
2
2
description: 'Create a report to help us improve'
3
3
labels: bug
4
4
body:
@@ -15,32 +15,48 @@ body:
15
15
attributes:
16
16
description: Please verify that you've followed these steps.
17
17
options:
18
+
- label: I understand project setup issues should be asked on [StackOverflow](https://stackoverflow.com/questions/tagged/http-proxy-middleware) or in [GitHub Discussions](https://github.com/chimurai/http-proxy-middleware/discussions).
19
+
required: true
18
20
- label: I updated to latest `http-proxy-middleware`.
19
21
required: true
20
22
- type: textarea
21
23
attributes:
22
24
label: 'Describe the bug (be clear and concise)'
23
25
validations:
24
26
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'
25
30
- type: textarea
26
31
attributes:
32
+
label: 'Step-by-step reproduction instructions'
33
+
value: |
34
+
1. ...
35
+
2. ...
27
36
render: shell
28
-
label: 'Server and `http-proxy-middleware` configuration'
29
37
validations:
30
38
required: true
31
-
- type: markdown
39
+
- type: textarea
32
40
attributes:
33
-
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'
41
+
label: 'Expected behavior (be clear and concise)'
42
+
placeholder: Tell us in a clear and concise description of what you expected to happen.
43
+
validations:
44
+
required: true
34
45
- type: textarea
35
46
attributes:
36
-
label: 'Step-by-step reproduction instructions'
47
+
render: typescript
48
+
label: 'What http-proxy-middleware configuration are you using?'
49
+
placeholder: 'Paste your http-proxy configuration here...'
37
50
validations:
38
51
required: true
39
52
- type: textarea
40
53
attributes:
41
-
label: 'Expected behavior'
54
+
render: shell
55
+
label: 'What OS/version and node/version are you seeing the problem?'
56
+
placeholder: 'ie. MacOS 11.4 and Node 16.2.0'
42
57
validations:
43
58
required: true
44
59
- type: textarea
45
60
attributes:
46
61
label: 'Additional context (optional)'
62
+
placeholder: 'Please add any addition information that might help the investigation'
0 commit comments