We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86386dc commit 8ed2171Copy full SHA for 8ed2171
.github/ISSUE_TEMPLATE/feature-request.yml
@@ -41,6 +41,7 @@ body:
41
42
* Could there be a different approach to solving this issue?
43
44
+
45
If there are external references or other GitHub Issues that are related
46
please link them here as well.
47
placeholder: >-
@@ -57,7 +58,9 @@ body:
57
58
59
**HINT:** You can paste [GitHub Gist](https://gist.github.com) links for larger files.
60
value: |
- <!--- Paste your mock Python example code between the quotes below -->
61
+ <!--- Describe what you are showing in your example -->
62
63
+ <!--- and then paste your mock Python example code between the quotes below -->
64
```python (paste below)
65
66
```
0 commit comments