Skip to content

Commit

Permalink
chore(github): issue forms (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 25, 2021
1 parent 86586df commit 765d0b3
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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)'
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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!
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
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)'

0 comments on commit 765d0b3

Please sign in to comment.