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/bug_report.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,22 @@ assignees: ""
9
9
-[ ] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
10
10
-[ ] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
11
11
12
+
<!--
13
+
WAIT! Is this a feature request?
14
+
15
+
Rich isn't accepting new features. If it can be implemented in a third-party library, then that is what I recommend.
16
+
17
+
Rich *may* accept enhancements to existing features, if they don't have a disruptive impact on the API.
18
+
-->
19
+
12
20
**Describe the bug**
13
21
14
22
Edit this with a clear and concise description of what the bug.
15
23
16
-
Provide a minimal code example that demonstrates the issue if you can. If the issue is visual in nature, consider posting a screenshot.
24
+
Provide a minimal code example that demonstrates the issue if you can.
25
+
Please ensure that your example runs without modification (don't forget imports).
26
+
27
+
If the issue is visual in nature, consider posting a screenshot.
0 commit comments