From 5a5fbb22423350dfcc761ff1b7d873610b27b65f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 18 Jun 2019 12:57:49 -0400 Subject: [PATCH] Revise feature_request template more. --- .github/ISSUE_TEMPLATE/feature_request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 08eba353..40649eea 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -17,4 +17,5 @@ What is the motivation for this feature? What does the feature achieve? 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 any corner cases where your implementation would fail? Are there alternative implementations?