Skip to content

Commit 765d0b3

Browse files
authored
chore(github): issue forms (#569)
1 parent 86586df commit 765d0b3

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Bug report
2+
description: 'Create a report to help us improve'
3+
labels: bug
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: 'Please note your issue will be closed without comment if do not fill out the issue checklist and provide ALL the requested information.'
8+
- type: textarea
9+
attributes:
10+
render: shell
11+
label: '`yarn why http-proxy-middleware` OR `npm ls http-proxy-middleware` output (mask private folder names with *****)'
12+
validations:
13+
required: true
14+
- type: checkboxes
15+
attributes:
16+
description: Please verify that you've followed these steps.
17+
options:
18+
- label: I updated to latest `http-proxy-middleware`.
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: 'Describe the bug (be clear and concise)'
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
render: shell
28+
label: 'Server and `http-proxy-middleware` configuration'
29+
validations:
30+
required: true
31+
- type: markdown
32+
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'
34+
- type: textarea
35+
attributes:
36+
label: 'Step-by-step reproduction instructions'
37+
validations:
38+
required: true
39+
- type: textarea
40+
attributes:
41+
label: 'Expected behavior'
42+
validations:
43+
required: true
44+
- type: textarea
45+
attributes:
46+
label: 'Additional context (optional)'

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Get help in GitHub Discussions
4+
url: https://github.com/chimurai/http-proxy-middleware/discussions
5+
about: Have a question? The quickest way to get help is on http-proxy-middleware's GitHub Discussions!

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Feature Request
2+
description: 'Suggest an idea for this project'
3+
labels: feature
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: "Describe the feature you'd love to see"
8+
validations:
9+
required: true
10+
- type: textarea
11+
attributes:
12+
label: 'Additional context (optional)'

0 commit comments

Comments
 (0)