-
Notifications
You must be signed in to change notification settings - Fork 852
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): update issue templates (#570)
- Loading branch information
Showing
2 changed files
with
68 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,53 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '[BUG]' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
Please note your issue will be closed without comment if do not fill out the issue checklist and provide ALL the requested information. | ||
|
||
**`yarn why http-proxy-middleware` OR `npm ls http-proxy-middleware` output (mask private folder names with \*\*\*\*\*)** | ||
|
||
```shell | ||
# paste output here | ||
``` | ||
|
||
**Please verify that you've followed these steps** | ||
|
||
[ ] - I've updated to latest `http-proxy-middleware`. | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
|
||
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 | ||
|
||
**Step-by-step reproduction instructions** | ||
|
||
```text | ||
1. ... | ||
2. ... | ||
``` | ||
|
||
**Expected behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**`http-proxy-middleware` configuration** | ||
|
||
```javascript | ||
// paste code and configuration here | ||
``` | ||
|
||
**Server (please complete the following information):** | ||
|
||
- OS: [e.g. MacOS, Windows] | ||
- NodeJS version: [e.g. 12.4] | ||
|
||
**Additional context** | ||
|
||
Add any other context about the problem here. |
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,15 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '[FEATURE]' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
**Describe the feature you'd love to see** | ||
|
||
A clear and concise description of the feature request | ||
|
||
**Additional context** | ||
|
||
Add any other context about the feature request here. |