From d6ecbc8f64dd4ce1d71c46e436063cbbddc07afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Sun, 1 Dec 2013 14:33:10 +0100 Subject: [PATCH] Added contributing & license section. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 59b182d..af3cf72 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,15 @@ Note: you will need to add an extra top margin to new pages. Printing is only supported on AirPrint-enabled printers or with the use of third-party software on your computer. The following pages contain more information: - AirPrint-enabled printers: http://www.apple.com/ipad/features/airprint.html - Enabling AirPrint on your computer: http://reviews.cnet.com/8301-19512_7-20023976-233.html, or http://www.ecamm.com/mac/printopia/ + +## Contributing + +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request + +## License + +This software is released under the [LGPL 2.1 License](http://opensource.org/licenses/LGPL-2.1).