Skip to content

Commit ed6dc0d

Browse files
author
Lorna Jane Mitchell
authored
Merge pull request #56 from Nexmo/repo-updates
Add Contributing file, and a little housekeeping
2 parents 82a9607 + d87cd52 commit ed6dc0d

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Getting Involved
2+
3+
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...
4+
5+
## Opening an Issue
6+
7+
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.
8+
9+
## Making a Code Change
10+
11+
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.
12+
13+
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.
14+
15+

LICENSE renamed to LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Nexmo
3+
Copyright (c) 2019 Nexmo Community
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Nexmo Quickstart Examples for Python
1+
# Nexmo Code Snippets for Python
22

3-
Quickstarts also available for: [Java](https://github.com/nexmo-community/nexmo-java-quickstart), [.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), [Ruby](https://github.com/nexmo-community/nexmo-ruby-quickstart)
3+
Quickstarts also available for: [Java](https://github.com/Nexmo/nexmo-java-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).
44

5-
The purpose of the Quickstart guide is to provide simple examples focused
5+
The purpose of the Code Snippets is to provide simple examples focused
66
on one goal. For example, sending an SMS, handling an incoming SMS webhook,
77
or making a Text to Speech call.
88

0 commit comments

Comments
 (0)