From 6a008c6a03e0ade199a22884572e37c9b1e6e2c0 Mon Sep 17 00:00:00 2001 From: Moni <40552237+NotMoni@users.noreply.github.com> Date: Fri, 22 May 2020 23:29:23 -0400 Subject: [PATCH] Add support issue template (#814) * added template for support issues * Update formatting * Update grammar Co-authored-by: Richie Bendall --- .github/ISSUE_TEMPLATE/support-or-usage.md | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/support-or-usage.md diff --git a/.github/ISSUE_TEMPLATE/support-or-usage.md b/.github/ISSUE_TEMPLATE/support-or-usage.md new file mode 100644 index 0000000..02b8d54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-or-usage.md @@ -0,0 +1,43 @@ +--- +name: "\U0001F914 Support or Usage Question" +about: Get help using node-fetch +title: 'Question: ' +labels: question +assignees: '' + +--- + + + + + +**Example Code** + + + +```js +``` + +**Expected behavior, if applicable** + +A clear and concise description of what you expected to happen. + +### Your Environment + + + +| 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.