From 2c6dafe1bf133e6b76853bb12866635e4bd4a7b4 Mon Sep 17 00:00:00 2001 From: sketchedgrey <67015228+sketchedgrey@users.noreply.github.com> Date: Tue, 16 Mar 2021 16:45:13 -0400 Subject: [PATCH] Update ISSUE_TEMPLATE A lot of issues that have been opened shouldn't be there, this will help reduce issue clutter from people just not researching. --- .github/ISSUE_TEMPLATE | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 2135dabd5..8c802b1d8 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,19 +1,24 @@ -Bug description +### BEFORE YOU START (Checklist) +{Yes/No} I have researched my issue on the internet. +{Yes/No} I could not find a solution to my problem. +{Yes/No} What I am reporting is a bug, glitch, etc. -(this template is intended for bug reports, erase it when requesting features/enhancements) +Bug description: + +(This template is intended for bug reports, erase it when requesting features/enhancements) ### Steps to reproduce the bug -1. go to piskelapp.com -2. select a tool +1. Go to piskelapp.com +2. Select a tool 3. ... ### Environment details -* operating system: -* browser (or offline application version): +* Operating system: +* Browser (or offline application version): ### Sprite details -* number of frames: -* sprite resolution: -* session duration: +* Number of frames: +* Sprite resolution: +* Session duration: Feel free to include a screenshot of the bug, a .piskel file of the sprite or anything else that can help us investigate.