From efb3d64aa787cd1205c5483627e257016171a917 Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Mon, 11 Sep 2023 10:42:04 -0700 Subject: [PATCH] README update for GA --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68470f489..50f4ea53c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ Welcome to PayPal's iOS SDK. This library will help you accept card, PayPal, Ven ## FAQ ### Availability -The SDK is currently in the development process. This product is being developed fully open source - throughout the development process, we welcome any and all feedback. Aspects of the SDK _will likely_ change as we develop the SDK. We recommend using the SDK in the sandbox environment until an official release is available. This README will be updated with an official release date once it is generally available. +This product is fully open source. We welcome any and all feedback. ### Contribution -As the SDK is moved to general availability, we will be adding a contribution guide for developers that would like to contribute to the SDK. If you have suggestions for features that you would like to see in future iterations of the SDK, please feel free to open an issue, PR, or discussion with suggestions. If you want to open a PR but are unsure about our testing strategy, we are more than happy to work with you to add tests to any PRs before work is merged. +We will be adding a contribution guide for developers that would like to contribute to the SDK. If you have suggestions for features that you +would like to see in future iterations of the SDK, please feel free to open an issue, PR, or discussion with suggestions. +If you want to open a PR but are unsure about our testing strategy, we are more than happy to work with you to add tests to any PRs before work is merged. ## Support @@ -75,7 +77,7 @@ GitHub Actions CI will run all tests and build commands per package manager on e ### Local Testing -TBD until development progresses. We will use Rake, Fastlane, or some other tool for easy command-line build tasks. +We use Rake, Fastlane, or some other tool for easy command-line build tasks. ## Release Process