From eb0280756fc4cda6e237e0b3b7d65cd35aab9c9b Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Mon, 16 Mar 2015 11:47:21 -0400 Subject: [PATCH] Added bp labs link and expanded contribute section --- README.md | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index b6503d7..b5d7f22 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ To get up and running with our plugin quickly, see the GUIDE here: https://githu **BitPay Support:** +* [BitPay Labs](https://labs.bitpay.com/c/plugins/whmcs) + * Post a question in our discussion forums * [GitHub Issues](https://github.com/bitpay/whmcs-plugin/issues) - * Open an issue if you are having issues with this plugin. + * Open an issue if you are having issues with this plugin * [Support](https://support.bitpay.com) * BitPay merchant support documentation @@ -25,28 +27,12 @@ To get up and running with our plugin quickly, see the GUIDE here: https://githu ## Contribute -To contribute to this project, please fork and submit a pull request. +Would you like to help with this project? Great! You don't have to be a developer, either. If you've found a bug or have an idea for an improvement, please open an [issue](https://github.com/bitpay/whmcs-plugin/issues) and tell us about it. -## License - -The MIT License (MIT) +If you *are* a developer wanting contribute an enhancement, bugfix or other patch to this project, please fork this repository and submit a pull request detailing your changes. We review all PRs! -Copyright (c) 2011-2015 BitPay +This open source project is released under the [MIT license](http://opensource.org/licenses/MIT) which means if you would like to use this project's code in your own project you are free to do so. Speaking of, if you have used our code in a cool new project we would like to hear about it! Please send us an email or post a new thread on [BitPay Labs](https://labs.bitpay.com). -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +## License -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Please refer to the [LICENSE](https://github.com/bitpay/whmcs-plugin/blob/master/LICENSE) file that came with this project.