Skip to content

Commit

Permalink
chore(github): update issue templates (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai authored Apr 25, 2021
1 parent 765d0b3 commit b47e0a5
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit b47e0a5

Please sign in to comment.