You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
#Contributing to the Optimizely Ruby SDK
2
-
We welcome contributions and feedback! Please read the [README](README.md) to set up your development environment, then read the guidelines below for information on submitting your code.
2
+
We welcome contributions and feedback! All contributors must sign our [Contributor License Agreement (CLA)](https://docs.google.com/a/optimizely.com/forms/d/e/1FAIpQLSf9cbouWptIpMgukAKZZOIAhafvjFCV8hS00XJLWQnWDFtwtA/viewform) to be eligible to contribute. Please read the [README](README.md) to set up your development environment, then read the guidelines below for information on submitting your code.
3
3
4
4
##Development process
5
5
6
-
1. Create a branch off of `master`: `git checkout -b YOUR_NAME/branch_name`.
6
+
1. Create a branch off of `devel`: `git checkout -b YOUR_NAME/branch_name`.
7
7
2. Commit your changes. Make sure to add tests!
8
8
3.`git push` your changes to GitHub.
9
-
4. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
10
-
5. Open a pull request from `YOUR_NAME/branch_name` to `master`.
9
+
4. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `devel`.
10
+
5. Open a pull request from `YOUR_NAME/branch_name` to `devel`.
11
11
6. A repository maintainer will review your pull request and, if all goes well, merge it!
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#Optimizely Ruby SDK
2
2
3
-
This repository houses the Ruby SDK for Optimizely's server-side testing product, which is currently in private beta.
3
+
This repository houses the Ruby SDK for Optimizely's Full Stack product.
4
4
5
5
##Getting Started
6
6
@@ -13,7 +13,7 @@ gem install optimizely-sdk
13
13
```
14
14
15
15
###Using the SDK
16
-
See the Optimizely server-side testing[developer documentation](http://developers.optimizely.com/server/reference/index.html) to learn how to set up your first custom project and use the SDK.**Please note that you must be a member of the private server-side testing beta to create custom projects and use this SDK.**
16
+
See the Optimizely Full Stack[developer documentation](http://developers.optimizely.com/server/reference/index.html) to learn how to set up your first Full Stack project and use the SDK.
0 commit comments