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/bugreport.yml
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,35 @@ body:
26
26
attributes:
27
27
label: Minimal Complete Verifiable Example
28
28
description: |
29
-
Minimal, self-contained copy-pastable example that demonstrates the issue. This will be automatically formatted into code, so no need for markdown backticks.
29
+
Minimal, self-contained copy-pastable example that demonstrates the issue.
30
+
31
+
Consider listing additional or specific dependencies in [inline script metadata](https://packaging.python.org/en/latest/specifications/inline-script-metadata/#example)
32
+
so that calling `uv run issue.py` shows the issue when copied into `issue.py`. (not strictly required)
33
+
34
+
This will be automatically formatted into code, so no need for markdown backticks.
0 commit comments