From 45cc90b930063e3ef4221db1fd6a34f4fc5b5b2b Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 30 Mar 2025 12:36:22 +0100 Subject: [PATCH 1/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 346a3813a1..4851a57629 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,11 +9,22 @@ assignees: "" - [ ] 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. - [ ] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). + + **Describe the bug** Edit this with a clear and concise description of what the bug. -Provide a minimal code example that demonstrates the issue if you can. If the issue is visual in nature, consider posting a screenshot. +Provide a minimal code example that demonstrates the issue if you can. +Please ensure that your example runs without modification (don't forget imports). + +If the issue is visual in nature, consider posting a screenshot. **Platform**
From 56855a6b81befafa6e978cffed4c1fb389a20df0 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 24 Jun 2025 14:01:58 +0100 Subject: [PATCH 2/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4851a57629..c1130b530b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,6 +15,8 @@ WAIT! Is this a feature request? Rich isn't accepting new features. If it can be implemented in a third-party library, then that is what I recommend. Rich *may* accept enhancements to existing features, if they don't have a disruptive impact on the API. + +If you think your feature is exceptional, then please make your case in a discussion. --> **Describe the bug**