From e6448dab599aac4e58306b24c066650526eebbdd Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 19 Sep 2020 10:18:48 -0600 Subject: [PATCH] Delete ISSUE_TEMPLATE.md Now using newer GitHub format --- .github/ISSUE_TEMPLATE.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b6d1464a..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -For :bug: bug reports, please fill out the information below plus any additional relevant information. If this is a feature request, feel free to clear the form. - -**Short problem description** - -**Environment** -- [ ] I am using Node.js v12.x LTS or higher -- [ ] `npm install` or `yarn` reports success -- Actual Node.js version (`node --version`): -- Operating system (`uname -a` on *nix systems): -- Revision (`git rev-parse --short HEAD`): - -**Expected behavior** - -**Actual behavior** - -**Steps to reproduce**