You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2_feature_request.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,23 @@ name: 🚀 Feature Request
3
3
about: Ideas for new features and improvements
4
4
5
5
---
6
+
7
+
<!--
8
+
Thanks for suggesting a feature!
9
+
10
+
Quick check-list while suggesting features:
11
+
-->
12
+
13
+
#### What's the problem this feature will solve?
14
+
<!-- What are you trying to do, that you are unable to achieve with pytest as it currently stands? -->
15
+
16
+
#### Describe the solution you'd like
17
+
<!-- A clear and concise description of what you want to happen. -->
18
+
19
+
<!-- Provide examples of real-world use cases that this would enable and how it solves the problem described above. -->
20
+
21
+
#### Alternative Solutions
22
+
<!-- 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. -->
23
+
24
+
#### Additional context
25
+
<!-- Add any other context, links, etc. about the feature here. -->
0 commit comments