ratatui/.github/ISSUE_TEMPLATE/bug_report.md

57 lines
1.1 KiB
Markdown
Raw Normal View History

2019-12-13 20:30:07 +00:00
---
name: Bug report
about: Create an issue about a bug you encountered
2019-12-13 20:30:07 +00:00
title: ''
labels: 'Type: Bug'
2019-12-13 20:30:07 +00:00
assignees: ''
---
<!--
Hi there, sorry `ratatui` is not working as expected.
Please fill this bug report conscientiously.
A detailed and complete issue is more likely to be processed quickly.
-->
## Description
<!--
2019-12-13 20:30:07 +00:00
A clear and concise description of what the bug is.
-->
## To Reproduce
<!--
Try to reduce the issue to a simple code sample exhibiting the problem.
Ideally, fork the project and add a test or an example.
-->
2019-12-13 20:30:07 +00:00
## Expected behavior
<!--
2019-12-13 20:30:07 +00:00
A clear and concise description of what you expected to happen.
-->
## Screenshots
<!--
If applicable, add screenshots, gifs or videos to help explain your problem.
-->
## Environment
<!--
Add a description of the systems where you are observing the issue. For example:
- OS: Linux
- Terminal Emulator: xterm
- Font: Inconsolata (Patched)
- Crate version: 0.7
- Backend: termion
-->
2019-12-13 20:30:07 +00:00
- OS:
- Terminal Emulator:
- Font:
- Crate version:
- Backend:
2019-12-13 20:30:07 +00:00
## Additional context
<!--
2019-12-13 20:30:07 +00:00
Add any other context about the problem here.
If you already looked into the issue, include all the leads you have explored.
-->