From b67b1dd0f19e6fc44c666b538dcf85e1308a8810 Mon Sep 17 00:00:00 2001 From: tpoole Date: Thu, 4 Aug 2016 10:19:12 +0100 Subject: [PATCH] Add an issue template for GitHub. --- .github/ISSUE_TEMPLATE.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.txt diff --git a/.github/ISSUE_TEMPLATE.txt b/.github/ISSUE_TEMPLATE.txt new file mode 100644 index 0000000000..5b012c7640 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.txt @@ -0,0 +1,15 @@ +Please include: + + 1) detailed steps on how to reproduce the bug, preferably with already + existing JUCE code such as the demo plugin or the demo code + 2) the expected behaviour + 3) the operating system + 4) the architecture (32-bit or 64-bit) + 5) a stack trace - if the bug causes a crash + 6) the plugin format (VST2, VST3, AU, AAX, RTAS) - if applicable + 7) which DAW you observed the bug in - if applicable + +Make sure you have pulled the latest commits from the JUCE repo and re-compiled +the Projucer before you submit your bug. If it's a major bug, which must be +hot-fixed immediately, then we will also accept bug reports for tagged release +versions.