Skip to content

Commit e6a5d69

Browse files
authored
Merge branch 'master' into make
2 parents 143067f + 13e495e commit e6a5d69

File tree

4 files changed

+24
-74
lines changed

4 files changed

+24
-74
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+22-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug report
1+
name: Bug Report
22
description: 'Create a report to help us improve'
33
labels: bug
44
body:
@@ -15,32 +15,48 @@ body:
1515
attributes:
1616
description: Please verify that you've followed these steps.
1717
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
1820
- label: I updated to latest `http-proxy-middleware`.
1921
required: true
2022
- type: textarea
2123
attributes:
2224
label: 'Describe the bug (be clear and concise)'
2325
validations:
2426
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'
2530
- type: textarea
2631
attributes:
32+
label: 'Step-by-step reproduction instructions'
33+
value: |
34+
1. ...
35+
2. ...
2736
render: shell
28-
label: 'Server and `http-proxy-middleware` configuration'
2937
validations:
3038
required: true
31-
- type: markdown
39+
- type: textarea
3240
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
3445
- type: textarea
3546
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...'
3750
validations:
3851
required: true
3952
- type: textarea
4053
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'
4257
validations:
4358
required: true
4459
- type: textarea
4560
attributes:
4661
label: 'Additional context (optional)'
62+
placeholder: 'Please add any addition information that might help the investigation'

.github/ISSUE_TEMPLATE/bug_report.md

-53
This file was deleted.

.github/ISSUE_TEMPLATE/feature.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ body:
55
- type: textarea
66
attributes:
77
label: "Describe the feature you'd love to see"
8+
placeholder: 'A clear and concise description of the feature request'
89
validations:
910
required: true
1011
- type: textarea
1112
attributes:
1213
label: 'Additional context (optional)'
14+
placeholder: 'Add any other context about the feature request here.'

.github/ISSUE_TEMPLATE/feature_request.md

-15
This file was deleted.

0 commit comments

Comments
 (0)