From 6b0eda2998c98d4666db2709b75d8c93ebf90d30 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Mon, 12 Dec 2016 09:34:56 +0100 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..a5aa8a71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,21 @@ +To make sure your feature request or bug report is properly handled, follow the guidelines below. + +### Reporting a bug + +When reporting a bug, make sure to include your setup: +* operating system (Windows/OSX/Linux) +* if website: browser used (name and version if possible) +* if offline application: application version + +If possible try to include exact steps to reproduce (STRs) that can be used by anyone else to reproduce the bug. + +When reporting a __crash__ or a __performance issue__ please also include: +* the number of frames of the sprite +* the resolution of the sprite +* the estimated session duration + +### Feature or enhancement request + +These don't necessarily need to be as detailed as bug reports, but the more detailed they are, the easier it will be to get started. + +If the feature request is inspired by a feature from another software, a few screenshots or a GIF are great to illustrate the request. \ No newline at end of file