@@ -11,12 +11,8 @@ This page describes what you need to know to contribute code to ol-cesium as a d
11
11
12
12
## Contributor License Agreement
13
13
14
- Before accepting a contribution, we ask that you provide us a Contributor
15
- License Agreement. If you are making your contribution as part of work for
16
- your employer, please follow the guidelines on submitting a [ Corporate
17
- Contributor License Agreement] ( https://raw.github.com/openlayers/cla/master/ccla.txt ) . If you are
18
- making your contribution as an individual, you can submit a digital [ Individual
19
- Contributor License Agreement] ( https://docs.google.com/spreadsheet/viewform?formkey=dGNNVUJEMXF2dERTU0FXM3JjNVBQblE6MQ ) .
14
+ Your contribution will be under our [ license] ( https://raw.githubusercontent.com/openlayers/ol-cesium/master/LICENSE )
15
+ as per [ GitHub's terms of service] ( https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license ) .
20
16
21
17
## Setting up development environment
22
18
@@ -40,12 +36,6 @@ where `<target>` is the name of the target you want to execute. For example:
40
36
41
37
$ make dist
42
38
43
- ## Compliler version
44
-
45
- The version of the compiler may be changed by creating a file closure-util.json
46
- at the root of the project. See [ available options] ( https://github.com/openlayers/closure-util/blob/master/default-config.json )
47
- and [ available compilers] ( https://github.com/google/closure-compiler/wiki/Binary-Downloads ) .
48
-
49
39
## Pull request guidelines
50
40
51
41
Your pull request should follow the OpenLayers guidelines.
@@ -76,8 +66,6 @@ For readablitiy, testing for `undefined` and `null` must be handled as follows:
76
66
- In the case of objects: use ` the object itself ` ;
77
67
- In all cases where the type is unknown, like with templates: use ` object !== undefined && object !== null ` .
78
68
79
-
80
-
81
69
### Address a single issue or add a single item of functionality
82
70
83
71
Please submit separate pull requests for separate issues. This allows each to
0 commit comments