mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 23:18:28 +00:00
Add contribution guidelines
This commit is contained in:
parent
56f1cb964d
commit
b15355bf3a
@ -54,6 +54,16 @@ ui.window(im_str!("Hello world"))
|
||||
cargo run --example test_window
|
||||
cargo run --example test_window_impl
|
||||
|
||||
## How to contribute
|
||||
|
||||
1. Change or add something
|
||||
2. Run rustfmt to guarantee code style conformance
|
||||
|
||||
cargo install fmt
|
||||
cargo fmt -- --write-mode=overwrite
|
||||
|
||||
3. Open a pull request in Github
|
||||
|
||||
## License
|
||||
|
||||
Licensed under either of
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user