From c64517055d94bf43d75dbfa5d1be1ae3f7a2428b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnblad?= Date: Sat, 14 Mar 2020 08:50:44 -0300 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6c4e8fb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +## About to contribute? + +We appreciate that. But before you do, please learn our basic rules: + +* Do you have a feature request? Then don't expect it to be implemented unless + you or someone else sends a [pull request](https://help.github.com/articles/using-pull-requests). +* We love [pull requests](https://help.github.com/articles/using-pull-requests), + but if you don't have a test to go with it we probably won't merge it. +* Before making significant contribution consider discussing the outline of + your solution first. This may avoid a duplication of efforts. + +Please do *not* add @author tags - this project embraces collective code +ownership. If you want to know who wrote some code, look in git. When you are +done, send a [pull request](http://help.github.com/send-pull-requests/). +If we get a pull request where an entire file is changed because of +insignificant whitespace changes we cannot see what you have changed, and your +contribution might get rejected.