1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-03 22:35:50 +03:00

chore: ratatui 0.30 maintenance + collaboration baseline (#1)

Этот коммит содержится в:
srothgan
2026-02-18 11:46:03 +01:00
коммит произвёл GitHub
родитель 4d18622eea
Коммит 4689076df5
20 изменённых файлов: 289 добавлений и 192 удалений

14
.github/pull_request_template.md поставляемый Обычный файл
Просмотреть файл

@@ -0,0 +1,14 @@
## Problem
Describe the user-visible problem this PR solves.
## Change Summary
List the key code and behavior changes.
## Test Evidence
- [ ] `cargo fmt --check`
- [ ] `cargo clippy --all-targets -- -D warnings`
- [ ] `cargo check`
- [ ] `cargo test`
## Breaking Changes
Describe any API or behavior changes that may break existing users.