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
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,22 @@ labels: Needs triage
6
6
assignees: ""
7
7
---
8
8
9
-
**Read the docs**
10
-
You might find a solution to your problem in the [docs](https://rich.readthedocs.io/en/latest/introduction.html) -- consider using the search function there.
9
+
You may find a solution to your problem in the [docs](https://rich.readthedocs.io/en/latest/introduction.html) or [issues](https://github.com/willmcgugan/rich/issues).
11
10
12
11
**Describe the bug**
13
-
A clear and concise description of what the bug is.
14
12
15
-
**To Reproduce**
16
-
A minimal code example that reproduces the problem would be a big help if you can provide it. If the issue is visual in nature, consider posting a screenshot.
13
+
Edit this with a clear and concise description of what the bug.
14
+
15
+
Provide a minimal code example that demonstrates the issue if you can. If the issue is visual in nature, consider posting a screenshot.
17
16
18
17
**Platform**
18
+
19
19
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
20
20
21
-
**Diagnose**
22
21
I may ask you to cut and paste the output of the following commands. It may save some time if you do it now.
23
22
24
23
```
25
24
python -m rich.diagnose
26
25
python -m rich._windows
27
26
pip freeze | grep rich
28
27
```
29
-
30
-
**Did I help?**
31
-
32
-
If I was able to resolve your problem, consider [sponsoring](https://github.com/sponsors/willmcgugan) my work on Rich, or [buy me a coffee](https://ko-fi.com/willmcgugan) to say thanks.
0 commit comments