1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-04 06:45: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 удалений

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

@@ -0,0 +1,27 @@
---
name: Bug report
about: Report a defect or regression
title: "[bug] "
labels: ["bug"]
assignees: []
---
## Summary
Clear and concise description of the bug.
## Reproduction
1. Step one
2. Step two
3. Observe failure
## Expected Behavior
What should happen instead.
## Environment
- OS:
- Rust version:
- tui-textarea version:
- ratatui version:
## Additional Context
Logs, screenshots, and relevant snippets.

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

@@ -0,0 +1,19 @@
---
name: Compatibility request
about: Request compatibility with ratatui/crossterm/etc.
title: "[compat] "
labels: ["compat-ratatui"]
assignees: []
---
## Compatibility Target
Library and target version (for example ratatui 0.31).
## Current Behavior
What fails today?
## Expected Outcome
What should work after this request is addressed?
## Risks
Any known API or behavior breakage concerns.

5
.github/ISSUE_TEMPLATE/config.yml поставляемый Обычный файл
Просмотреть файл

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Security report
url: https://github.com/srothgan/tui-textarea/security/advisories/new
about: Please report security vulnerabilities privately.

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

@@ -0,0 +1,19 @@
---
name: Feature request
about: Propose an enhancement
title: "[feature] "
labels: ["enhancement"]
assignees: []
---
## Problem
What problem are you trying to solve?
## Proposed Change
Describe the API or behavior you want.
## Alternatives
What alternatives did you consider?
## Additional Context
Any examples, references, or prior art.