From eff52f4e98cb1b2755d2e87c8d6940406a13f2de Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 7 Nov 2020 09:37:56 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 00000000..974370c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,23 @@ +--- +name: Issue +about: Issue +title: '' +labels: '' +assignees: vladmandic + +--- + +**Issue Description** + +**Steps to Reproduce** + +**Expected Behavior** + +**Environment +- Browser or NodeJS and version (e.g. NodeJS 14.15 or Chrome 86) +- OS and Hardware platform (e.g. Windows 10, Ubuntu Linux on x64, Android 10) +- Packager (if any) (e.g, webpack, rollup, parcel, esbuild, etc.) + +**Additional** +- For installation or startup issues include your `package.json` +- For usage issues, it is recommended to post your code as [gist](https://gist.github.com/)