Spaces:
Running
Running
Jeremiah Lowin commited on
Update bug.yml (#1331)
Browse files
.github/ISSUE_TEMPLATE/bug.yml
CHANGED
|
@@ -7,6 +7,19 @@ body:
|
|
| 7 |
attributes:
|
| 8 |
value: Thank you for contributing to FastMCP! π
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- type: textarea
|
| 11 |
id: description
|
| 12 |
attributes:
|
|
|
|
| 7 |
attributes:
|
| 8 |
value: Thank you for contributing to FastMCP! π
|
| 9 |
|
| 10 |
+
- type: markdown
|
| 11 |
+
attributes:
|
| 12 |
+
value: |
|
| 13 |
+
## Before you submit π
|
| 14 |
+
|
| 15 |
+
To help us help you, please:
|
| 16 |
+
|
| 17 |
+
- π **Make sure you're testing on the latest version of FastMCP** - many issues are already fixed in newer versions
|
| 18 |
+
- π **Check if someone else has already reported this issue** or if it's been fixed on the main branch
|
| 19 |
+
- π **You MUST include a copy/pasteable and properly formatted MRE** (minimal reproducible example) below or your issue may be closed without response
|
| 20 |
+
|
| 21 |
+
Thanks for helping make FastMCP better! π
|
| 22 |
+
|
| 23 |
- type: textarea
|
| 24 |
id: description
|
| 25 |
attributes:
|