summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2020-10-23 14:03:21 +0100
committerThomas Grainger <tagrain@gmail.com>2020-10-23 14:03:24 +0100
commit03363473f75a2c796c9f78e3de0a46a528dc1299 (patch)
tree3c9294c9bc3774d88b711865cb577b5ce200ca3e /.github
parente8504e04f314528bc02eba13d76048295812fac2 (diff)
downloadpytest-03363473f75a2c796c9f78e3de0a46a528dc1299.tar.gz
expand feature request issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/2_feature_request.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.md b/.github/ISSUE_TEMPLATE/2_feature_request.md
index 54912b052..7fe50371b 100644
--- a/.github/ISSUE_TEMPLATE/2_feature_request.md
+++ b/.github/ISSUE_TEMPLATE/2_feature_request.md
@@ -3,3 +3,23 @@ name: 🚀 Feature Request
about: Ideas for new features and improvements
---
+
+<!--
+Thanks for submitting an issue!
+
+Quick check-list while suggesting features:
+-->
+
+#### What's the problem this feature will solve?
+<!-- What are you trying to do, that you are unable to achieve with pytest as it currently stands? -->
+
+#### Describe the solution you'd like
+<!-- A clear and concise description of what you want to happen. -->
+
+<!-- Provide examples of real-world use cases that this would enable and how it solves the problem described above. -->
+
+#### Alternative Solutions
+<!-- Have you tried to workaround the problem using a pytest plugin or other tools? Or a different approach to solving this issue? Please elaborate here. -->
+
+#### Additional context
+<!-- Add any other context, links, etc. about the feature here. -->