From 2aaa5c00b59a7ffcb68d1173ca39c039d17fb99f Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Mon, 9 Sep 2019 11:16:39 +0100 Subject: [PATCH 1/2] Update license, add contributing file --- CONTRIBUTING.md | 15 +++++++++++++++ LICENSE.txt => LICENSE.md | 12 +++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 CONTRIBUTING.md rename LICENSE.txt => LICENSE.md (86%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c0a1767 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Getting Involved + +Thanks for your interest in the project, we'd love to have you involved! Check out the sections below to find out more about what to do next... + +## Opening an Issue + +We always welcome issues, if you've seen something that isn't quite right or you have a suggestion for a new feature, please go ahead and open an issue in this project. Include as much information as you have, it really helps. + +## Making a Code Change + +We're always open to pull requests, but these should be small and clearly described so that we can understand what you're trying to do. Feel free to open an issue first and get some discussion going. + +When you're ready to start coding, fork this repository to your own GitHub account and make your changes in a new branch. Once you're happy, open a pull request and explain what the change is and why you think we should include it in our project. + + diff --git a/LICENSE.txt b/LICENSE.md similarity index 86% rename from LICENSE.txt rename to LICENSE.md index f8fa70b..d046301 100644 --- a/LICENSE.txt +++ b/LICENSE.md @@ -1,4 +1,6 @@ -Copyright (c) 2011-2017 Nexmo Inc +The MIT License (MIT) + +Copyright (c) 2019 Nexmo Community Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -7,13 +9,13 @@ 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. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 42226f6007097df5d3b71afa154365e61826fab4 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Mon, 9 Sep 2019 11:19:36 +0100 Subject: [PATCH 2/2] Update code snippet repo links, add curl --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 444e90c..75d0113 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nexmo Quickstart Examples for Java -Quickstarts also available for: [.NET](https://github.com/nexmo-community/nexmo-dotnet-quickstart), [Node.js](https://github.com/nexmo-community/nexmo-node-quickstart), [PHP](https://github.com/nexmo-community/nexmo-php-quickstart), [Python](https://github.com/nexmo-community/nexmo-python-quickstart), [Ruby](https://github.com/nexmo-community/nexmo-ruby-quickstart) - +Quickstarts also available for: [Python](https://github.com/Nexmo/nexmo-python-code-snippets), [.NET](https://github.com/Nexmo/nexmo-dotnet-code-snippets), [Node.js](https://github.com/Nexmo/nexmo-node-code-snippets), [PHP](https://github.com/Nexmo/nexmo-php-code-snippets), [Ruby](https://github.com/Nexmo/nexmo-ruby-code-snippets) and [curl](https://github.com/Nexmo/nexmo-curl-code-snippets). + The purpose of the quickstart guide is to provide simple examples focused on one goal. For example, sending an SMS, handling an incoming SMS webhook, making a Text to Speech call.