Skip to content

Commit b47e0a5

Browse files
authored
chore(github): update issue templates (chimurai#570)
1 parent 765d0b3 commit b47e0a5

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[BUG]'
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
Please note your issue will be closed without comment if do not fill out the issue checklist and provide ALL the requested information.
10+
11+
**`yarn why http-proxy-middleware` OR `npm ls http-proxy-middleware` output (mask private folder names with \*\*\*\*\*)**
12+
13+
```shell
14+
# paste output here
15+
```
16+
17+
**Please verify that you've followed these steps**
18+
19+
[ ] - I've updated to latest `http-proxy-middleware`.
20+
21+
**Describe the bug**
22+
23+
A clear and concise description of what the bug is.
24+
25+
**To Reproduce**
26+
27+
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
28+
29+
**Step-by-step reproduction instructions**
30+
31+
```text
32+
1. ...
33+
2. ...
34+
```
35+
36+
**Expected behavior**
37+
38+
A clear and concise description of what you expected to happen.
39+
40+
**`http-proxy-middleware` configuration**
41+
42+
```javascript
43+
// paste code and configuration here
44+
```
45+
46+
**Server (please complete the following information):**
47+
48+
- OS: [e.g. MacOS, Windows]
49+
- NodeJS version: [e.g. 12.4]
50+
51+
**Additional context**
52+
53+
Add any other context about the problem here.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[FEATURE]'
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
**Describe the feature you'd love to see**
10+
11+
A clear and concise description of the feature request
12+
13+
**Additional context**
14+
15+
Add any other context about the feature request here.

0 commit comments

Comments
 (0)