1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-08-28 11:36:17 +03:00

describe how to report bugs in contribution guide and add missing Jump(row, col) to readme

Этот коммит содержится в:
rhysd
2022-06-21 10:14:37 +09:00
родитель b001959b77
Коммит 35f141e770
2 изменённых файлов: 19 добавлений и 0 удалений

Просмотреть файл

@@ -1,3 +1,21 @@
## Reporting an issue
For reporting a bug, please make sure your report includes the following points.
- How to reproduce it
- What text the textarea contained as pre-condition
- What operations you did
- What was the expected behavior
- What was the actual behavior
- Environment
- Your terminal
- Rust version
- `tui` crate version
An example of bug report: https://github.com/rhysd/tui-textarea/issues/1
## Submitting a pull request
Please ensure that all tests and linter checks passed on your branch before creating a PR which modifies some source files.
To run tests: