From 3e861cf021fb94b58d5221e495d60136a7393dd0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 18 Jun 2019 12:54:22 -0400 Subject: [PATCH] Revise feature request template. --- .github/ISSUE_TEMPLATE/feature_request.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f9971702..08eba353 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,8 +11,10 @@ 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? +What is the motivation for this feature? What does the feature achieve? -### Motivation +### Proposed design -Why should this feature be considered? +What is one possible implementation of this feature? +If visual, explain how the user interface should be changed. If interactive, explain the steps needed for a user to use the feature. +Are there alternative implementations?