Merge branch 'master' of github.com:willmcgugan/rich

This commit is contained in:
Will McGugan 2020-07-13 16:01:08 +01:00
commit 7208714e2f
2 changed files with 35 additions and 0 deletions

17
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: Needs triage
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
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.
**Platform**
What platform (Win/Linux/Mac) are you running on? What terminal software are you using. Which version of Rich?

View File

@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[REQUEST]"
labels: Needs triage
assignees: ''
---
Have you checked the issues for a similar suggestions?
**How would you improve Rich?**
Give as much detail as you can. Example code of how you would like it to work would help.
**What problem does it solved for you?**
What problem do you have that this feature would solve? I may be able to suggest an existing way of solving it.