зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-05 23:25:50 +03:00
add contributing guide
Этот коммит содержится в:
16
CONTRIBUTING.md
Обычный файл
16
CONTRIBUTING.md
Обычный файл
@@ -0,0 +1,16 @@
|
||||
Please ensure that all tests and linter checks passed on your branch before creating a PR which modifies some source files.
|
||||
|
||||
To run tests:
|
||||
|
||||
```sh
|
||||
cargo test -- --skip src/lib.rs
|
||||
```
|
||||
|
||||
`--skip` is necessary since `cargo test` tries to run code blocks in [README file](./README.md).
|
||||
|
||||
To run linters:
|
||||
|
||||
```sh
|
||||
cargo clippy --all-features --examples
|
||||
cargo fmt -- --check
|
||||
```
|
||||
Ссылка в новой задаче
Block a user