mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-24 01:46:31 +00:00
30 lines
801 B
Markdown
30 lines
801 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: "[BUG]"
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**To Reproduce**
|
||
|
Try to provide "simple" (if possible) code to reproduce the bug. If you can't simplify your code, a complete code is better than a simple, but incomplete one.
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Screenshots**
|
||
|
If applicable, add screenshots to help explain your problem.
|
||
|
|
||
|
**Environment**
|
||
|
* Operating system used
|
||
|
* Backend used: ncurses (the default one), pancurses, crossterm, ...
|
||
|
* Current locale (run `locale` in a terminal)
|
||
|
* Cursive version (from crates.io, from git, ...)
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|