Create CONTRIBUTING.md

This commit is contained in:
Gina Häußge 2014-05-19 22:48:41 +02:00
parent deb38f8455
commit 887ec45b6b

13
CONTRIBUTING.md Normal file
View file

@ -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.