From 1eafe8bc44051f518cda46dc5499ed468b8b371b Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 6 Nov 2020 06:48:21 +0300 Subject: [PATCH] chore: add template for bugs --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..aab8600 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: pleshevskiy + +--- + + +A clear and concise description of what the bug is. + +### To Reproduce +Steps to reproduce the behavior: +1. ... + +```typescript +// Paste a minimal example that causes the problem. +``` + +### Expected Behavior + + + +### Actual Behavior + + +``` +Paste the full traceback if there was an exception. +``` + +### Environment + +* OS: +* node.js version: +* react version: +* react-rest-request version: