From b257d0ecaa5b86ed84728fc9117dd46bc73288c0 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sun, 2 Feb 2014 22:14:53 +0200 Subject: [PATCH] add contributing guidelines --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..057c475 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +Do create pull requests that: + +* resolve an issue +* optimise an existing feature or text + +Do NOT create pull requests that: + +* introduce a feature or text +* change the currently used coding style + +Pull requests should do only ONE thing. If a pull request contains unrelated updates, they should be submitted as separate pull requests. + +By contributing to the project, you grant to the creator of the project a perpetual, worldwide, no-charge, irrevocable license to use, reproduce and distribute your contributions and derivative works. + +You also warrant that you are the sole owner of your contributions and that they are your original works of authorship. \ No newline at end of file