File tree 2 files changed +25
-71
lines changed
2 files changed +25
-71
lines changed Original file line number Diff line number Diff line change
1
+ # OpenLayers 3
2
+
3
+ This document describes a bit about the working going toward OpenLayers 3.0.
4
+
5
+ OpenLayers v3 development is taking place in git, with a central repository
6
+ hosted on [ GitHub] [ 1 ] . To contribute to development, it's important to be
7
+ comfortable working with git. The [ help pages] [ 2 ] on GitHub provide a nice
8
+ starting place for this.
9
+
10
+ The repository contains a master branch and a 2.x branch. Other branches may
11
+ come and go as people work on specific features. The master branch should be
12
+ the closest stable thing to OpenLayers 3.0 (and this readme should get updated
13
+ before 3.0 is released). However, at any time before the 3.0 release, the
14
+ master branch should not be considered stable. The 2.x branch is used to merge
15
+ in changes from any ongoing development in the v2 line of development.
16
+
17
+ If you are interested in contributing, please fork the central repository, make
18
+ changes, and issue a pull request. We may change the process along the way, but
19
+ for now, developers with access to the subversion trunk will be able to push to
20
+ the central git repository. We welcome your contributions and thank you for
21
+ helping us work toward OpenLayers 3.
22
+
23
+
24
+ [ 1 ] : https://github.com/openlayers/openlayers
25
+ [ 2 ] : http://help.github.com/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments