1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-03-03 16:04:29 -05:00
libkernaux/CONTRIBUTING.md

42 lines
597 B
Markdown
Raw Normal View History

2022-06-08 10:45:28 +03:00
Common
------
* Add your name to [COPYING](/COPYING).
2022-06-12 16:52:40 +03:00
* If you change the behavior (even just fix a bug) of **libkernaux** (stable) or
[libc](/libc), add a record to [ChangeLog](/ChangeLog).
2022-06-08 10:45:28 +03:00
2022-05-31 00:13:43 +03:00
C language
----------
Nothing here yet.
Python
------
Nothing here yet.
Ruby
----
### Matz's Ruby interpreter
Use **RuboCop**. See [bindings/ruby/.rubocop.yml](/bindings/ruby/.rubocop.yml)
2022-05-31 00:13:43 +03:00
### mruby
Use **RuboCop**. See [bindings/mruby/.rubocop.yml](/bindings/mruby/.rubocop.yml)
2022-05-31 00:13:43 +03:00
Rust
----
Use **rustfmt** and **Clippy**.
See [bindings/rust/rustfmt.toml](/bindings/rust/rustfmt.toml)