From 887ec45b6bbbdbac1aa62a5df11f2009a3c8753a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 19 May 2014 22:48:41 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..99bafba2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +Bug Reports +----------- + +**READ [How to file a bug report](https://github.com/foosel/OctoPrint/wiki/How-to-file-a-bug-report)!**. + +Pull Requests +------------- + +1. Please create all pull requests against the `devel` branch. +2. Create **one pull request per feature/bug fix**. +3. Create a custom branch for your feature/bug fix and use that as base for your pull request. Pull requests directly against your version of `devel` will be closed. +4. In your pull request's description, state what your pull request is doing, as in, what feature does it implement, what bug does it fix. +