-
Notifications
You must be signed in to change notification settings - Fork 854
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: Bug report | ||
description: 'Create a report to help us improve' | ||
labels: bug | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: 'Please note your issue will be closed without comment if do not fill out the issue checklist and provide ALL the requested information.' | ||
- type: textarea | ||
attributes: | ||
render: shell | ||
label: '`yarn why http-proxy-middleware` OR `npm ls http-proxy-middleware` output (mask private folder names with *****)' | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
description: Please verify that you've followed these steps. | ||
options: | ||
- label: I updated to latest `http-proxy-middleware`. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 'Describe the bug (be clear and concise)' | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
render: shell | ||
label: 'Server and `http-proxy-middleware` configuration' | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
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' | ||
- type: textarea | ||
attributes: | ||
label: 'Step-by-step reproduction instructions' | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 'Expected behavior' | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 'Additional context (optional)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Get help in GitHub Discussions | ||
url: https://github.com/chimurai/http-proxy-middleware/discussions | ||
about: Have a question? The quickest way to get help is on http-proxy-middleware's GitHub Discussions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Feature Request | ||
description: 'Suggest an idea for this project' | ||
labels: feature | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Describe the feature you'd love to see" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 'Additional context (optional)' |