-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from npr/contributing
Create CONTRIBUTING.md
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
If you would like to contribute to this project, please start by visiting https://github.com/npr/RAD-Android for Android and https://github.com/npr/RAD-iOS for iOS. | ||
|
||
To directly contribute to the development and extension of Remote Audio Data, you can: | ||
* Issue a bug report (always appreciated). | ||
* Submit a feature request. | ||
* Or, show the community a new or different implementation or these RAD frameworks. How? | ||
* Clone the repository on your own machine. | ||
* Develop unit tests for the new implementation. (Please make sure the existing unit tests are passing.) Update existing unit tests if necessary. | ||
* Commit and push changes on your own branch. | ||
* Create a Pull Request. | ||
* We’ll review and be in touch. | ||
|
||
Please always feel free to contact us at [email protected] if you prefer to correspond via email. |