From 07f678f449a7068c5bb808086070f5163524f939 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 4 Jun 2019 22:05:03 -0400 Subject: [PATCH] Update issue templates. --- .github/ISSUE_TEMPLATE.md | 11 ----------- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/discussion.md | 7 ------- .github/ISSUE_TEMPLATE/feature_request.md | 13 ++++++++++++- 4 files changed, 14 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/discussion.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 8738b909..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,11 +0,0 @@ -See https://github.com/VCVRack/Rack/issues/1021 for issue report standards and https://github.com/VCVRack/Rack/issues/730 before posting any code or terminal output. - -# For bug reports - -Operating system(s): -Version of Rack if using official binary, or commit hash and branch if compiling from source: -All hardware relevant to your issue (e.g. graphic card model, audio/MIDI device): - -# For feature requests - -# For discussions diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 391fc3e0..f5730310 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,8 @@ about: Bugs, build errors, compatibility/stability issues <-- To file a bug report, fill out the form below. -Post screenshots if the bug is graphical. +Post screenshots if the bug is visual. +Use a descriptive title that best explains the bug in one sentence. --> ### Details diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md deleted file mode 100644 index d25e59e1..00000000 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Discussion -about: Discussions, questions, feedback - ---- - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4f6261eb..f9971702 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,18 @@ --- name: Feature request -about: Feature ideas, design proposals, code contribution offers +about: Feature ideas, design proposals --- +<-- +To request a feature, fill out the form below. +Use a descriptive title that best explains the feature request in one sentence. +--> +### Summary + +What is your proposal for a new feature in Rack? Are there any alternative designs? + +### Motivation + +Why should this feature be considered?