Skip to content

Commit 9c9b011

Browse files
authored
Merge pull request #3680 from Textualize/willmcgugan-patch-1
Update bug_report.md
2 parents fa9ce3c + 56855a6 commit 9c9b011

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,24 @@ assignees: ""
99
- [ ] 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.
1010
- [ ] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
1111

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+
If you think your feature is exceptional, then please make your case in a discussion.
20+
-->
21+
1222
**Describe the bug**
1323

1424
Edit this with a clear and concise description of what the bug.
1525

16-
Provide a minimal code example that demonstrates the issue if you can. If the issue is visual in nature, consider posting a screenshot.
26+
Provide a minimal code example that demonstrates the issue if you can.
27+
Please ensure that your example runs without modification (don't forget imports).
28+
29+
If the issue is visual in nature, consider posting a screenshot.
1730

1831
**Platform**
1932
<details>

0 commit comments

Comments
 (0)