Skip to content

Commit 45cc90b

Browse files
authored
Update bug_report.md
1 parent 07b738a commit 45cc90b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,22 @@ 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+
1220
**Describe the bug**
1321

1422
Edit this with a clear and concise description of what the bug.
1523

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.
1728

1829
**Platform**
1930
<details>

0 commit comments

Comments
 (0)