From b15355bf3a62058ae6309b8518607979e812f26e Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Fri, 10 Jun 2016 23:01:48 +0300 Subject: [PATCH] Add contribution guidelines --- README.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.markdown b/README.markdown index 77473d9..b41810e 100644 --- a/README.markdown +++ b/README.markdown @@ -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