From 4a9e9da78c7fcc5e77546ebebcdcc0736a0c359a Mon Sep 17 00:00:00 2001 From: Lukas W Date: Tue, 29 Oct 2019 22:42:20 +0100 Subject: [PATCH] Issue templates improvements * Ask users to search the tracker first * Ask for the LMMS version in bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3ca71ce76..2c22146ae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +# Please search the issue tracker for existing bug reports before submitting your own. Delete this line to confirm no similar report has been posted yet. + ### Bug Summary #### Steps to reproduce @@ -17,10 +19,12 @@ assignees: '' #### Screenshot +#### LMMS version used + #### Logs
Click to expand
-# paste here
+
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index feacb8fdb..f9a0ae192 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,8 +7,12 @@ assignees: '' --- +# Please search the issue tracker for existing feature requests before submitting your own. Delete this line to confirm no similar request has been posted yet. + ### Enhancement Summary #### Justification #### Mockup + +