From 8b28aa2e0d4503dd8fe3123385797931cdb23384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Ko=CC=88hnke?= Date: Sun, 24 Jan 2016 19:52:07 +0100 Subject: [PATCH] Added details for contributions --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ab7bd89 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing + +Fork and create a new branch. *It is best to leave `master` for keeping your fork up to date.* +- Try to keep the code style consistent. +- Test your changes with the demo app. +- Push your code and open a Pull Request! + +# Bugs + +Please be clear and as detailed as possible in your description of the bug. +- version you are using. *just post your Podfile.lock if unsure*. +- Steps to reproduce. +- <3 a demo app on git or zip. +