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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
#Contributing to the Optimizely PHP SDK
1
+
#Contributing to the Optimizely PHP SDK
2
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
-
##Development process
4
+
##Development process
5
5
6
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!
@@ -10,12 +10,12 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
10
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!
12
12
13
-
##Pull request acceptance criteria
13
+
##Pull request acceptance criteria
14
14
15
15
***All code must have test coverage.** We use PHPUnit. Changes in functionality should have accompanying unit tests. Bug fixes should have accompanying regression tests.
16
16
* Tests are located in `tests` with one file per class.
17
17
18
-
##License
18
+
##License
19
19
20
20
All contributions are under the CLA mentioned above. For this project, Optimizely uses the Apache 2.0 license, and so asks that by contributing your code, you agree to license your contribution under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0). Your contributions should also include the following header:
21
21
@@ -39,5 +39,5 @@ All contributions are under the CLA mentioned above. For this project, Optimizel
39
39
40
40
The YEAR above should be the year of the contribution. If work on the file has been done over multiple years, list each year in the section above. Example: Optimizely writes the file and releases it in 2014. No changes are made in 2015. Change made in 2016. YEAR should be “2014, 2016”.
See the Optimizely Full Stack [developer documentation](https://developers.optimizely.com/x/solutions/sdks/reference/?language=php) to learn how to set up your first Full Stack project and use the SDK.
0 commit comments