Skip to content

Commit e63c0ce

Browse files
committed
Update contributing guide and README for 4.0
1 parent 7edf0e3 commit e63c0ce

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ Before starting work on a major feature for Select2, **contact the
5757
time on something which the project developers are not interested in bringing
5858
into the project.
5959

60-
### Select2 4.0
61-
62-
Many feature requests will be closed off until 4.0, where Select2 plans to adopt
63-
a more flexible API. If you are interested in helping with the development of
64-
the next major Select2 release, please send a message to the
65-
[mailing list][mailing-list] or [irc channel][irc-channel] for more information.
66-
6760
Triaging issues and pull requests
6861
---------------------------------
6962
Anyone can help the project maintainers triage issues and review pull requests.
@@ -92,9 +85,8 @@ submitted code, or know of a better way to do something, do not hesitate to make
9285
a comment on the pull request.
9386

9487
It should also be made clear that **all code contributed to Select** must be
95-
licensable under the [Apache 2 or GPL 2 licenses][licensing]. Code that cannot
96-
be released under either of these licenses **cannot be accepted** into the
97-
project.
88+
licensable under the [MIT license][licensing]. Code that cannot be released
89+
under either of these licenses **cannot be accepted** into the project.
9890

9991
[community]: https://select2.github.io/community.html
10092
[reporting-bugs]: #reporting-bugs-with-select2

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ Select2 is a jQuery-based replacement for select boxes. It supports searching,
55
remote data sets, and pagination of results.
66

77
To get started, checkout examples and documentation at
8-
http://select2.github.io/select2
8+
http://select2.github.io/
99

1010
Use cases
1111
---------
12-
1312
* Enhancing native selects with search.
1413
* Enhancing native selects with a better multi-select interface.
1514
* Loading data from JavaScript: easily load items via ajax and have them searchable.
@@ -30,7 +29,7 @@ Browser compatibility
3029
Usage
3130
-----
3231
You can source Select2 directly from a CDN like [JSDliver][jsdelivr] or
33-
[CDNJS][cdnjs], [download it from this GitHub repo][tags], or use one of
32+
[CDNJS][cdnjs], [download it from this GitHub repo][releases], or use one of
3433
the integrations below.
3534

3635
Integrations
@@ -105,18 +104,18 @@ The license is available within the repository in the [LICENSE][license] file.
105104
[bootstrap3-select2]: https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3
106105
[cdnjs]: http://www.cdnjs.com/libraries/select2
107106
[django-select2]: https://github.com/applegrew/django-select2
108-
[documentation]: https://select2.github.io/select2/
107+
[documentation]: https://select2.github.io/
109108
[documentation-folder]: https://github.com/select2/select2/tree/master/docs
110109
[freenode]: https://freenode.net/
111110
[jsdelivr]: http://www.jsdelivr.com/#!select2
112111
[license]: LICENSE.md
113112
[meteor-select2]: https://github.com/nate-strauser/meteor-select2
114113
[meteor-select2-alt]: https://jquery-select2.meteor.com
115114
[meteor-select2-bootstrap3]: https://github.com/esperadomedia/meteor-select2-bootstrap3-css/
115+
[releases]: https://github.com/select2/select2/releases
116116
[select2-rails]: https://github.com/argerim/select2-rails
117117
[symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin
118118
[symfony2-select2]: https://github.com/avocode/FormExtensions
119-
[tags]: https://github.com/select2/select2/tags
120119
[wicket]: http://wicket.apache.org
121120
[wicket-select2]: https://github.com/ivaynberg/wicket-select2
122121
[yii-select2]: https://github.com/tonybolzan/yii-select2

0 commit comments

Comments
 (0)