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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,8 @@
4
4
5
5
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.
6
6
7
-
Simply create a branch off of `master`. When the work on the branch is complete make a pull request.
7
+
Simply create a branch off of `master`. When the work on the branch is complete make a pull request. Pull requests should be squashed and merged into `devel`.
8
+
9
+
All branches will be built and run against the entire test suite on Travis with every commit.
10
+
11
+
The `test-app` module is built against a real Optimizely project. Changing the project ID will cause tests to fail. The test app should be used as a reference.
0 commit comments