Add support issue template (#814)

* added template for support issues

* Update formatting

* Update grammar

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Moni 2020-05-22 23:29:23 -04:00 committed by GitHub
parent 81ce2a2e8f
commit 6a008c6a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
---
name: "\U0001F914 Support or Usage Question"
about: Get help using node-fetch
title: 'Question: '
labels: question
assignees: ''
---
<!--
Please read and follow the instructions before submitting an issue:
- Ensure you've read our documentation, especially the [README](https://github.com/node-fetch/node-fetch/blob/master/README.md) since it may contain information that helps you solve your issue.
- If you're reporting a bug, ensure it isn't already fixed in the latest version of node-fetch.
-->
<!--- Provide a clear and concise description of what the bug is. -->
**Example Code**
<!--- Provide a ode snippet to illustrate your question. -->
```js
```
**Expected behavior, if applicable**
A clear and concise description of what you expected to happen.
### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
| software | version
| ---------------- | -------
| node-fetch |
| node |
| npm |
| Operating System |
**Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.