1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
---
layout: default
title: Community - Select2
slug: community
---
<section class="jumbotron">
<div class="container">
<h1>
Community
</h1>
<p class="lead">
Select2 has an active community that enjoys helping each other out.
</p>
</div>
</section>
<div class="container">
<section id="support">
<div class="page-header">
<h1>Getting support</h1>
</div>
<p>
Having trouble getting Select2 working on your website? Is it not working
together with another plugin, even though you think it should? Select2 has a
few communities that you can go to for help getting it all working together.
</p>
<ol>
<li>
Try sending a message to the
<a href="https://groups.google.com/d/forum/select2">
Select2 discussion group
</a>
or searching the archives.
</li>
<li>
Ask in the <code>#select2</code> channel on
<code>chat.freenode.net</code> or use the
<a href="https://webchat.freenode.net/?channels=select2">
web irc client.
</a>
</li>
<li>
Raise a question on
<a href="http://stackoverflow.com/">Stack Overflow</a>,
make sure to include the
<a href="http://stackoverflow.com/questions/tagged/jquery-select2?sort=votes">
"jquery-select2"
</a>
tag.
</li>
</ol>
</section>
<section id="reporting-bugs">
<div class="page-header">
<h1>Reporting bugs</h1>
</div>
<p>
Found a problem with Select2? Feel free to open a ticket on the Select2
repository on GitHub, but you should keep a few things in mind:
</p>
<ol>
<li>
Use the
<a href="https://github.com/select2/select2/search?q=&type=Issues">
GitHub issue search
</a>
to check if your issue has already been reported.
</li>
<li>
Try to isolate your problem as much as possible, so we can easily test if
the issue has been fixed.
</li>
<li>
Once you are sure the issue is with Select2, and not a third party
library,
<a href="https://github.com/select2/select2/issues/new">
submit a ticket
</a>
to the repository.
</li>
</ol>
<p>
You can find more information on reporting bugs in the
<a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#reporting-bugs-with-select2">
contributing guide,
</a>
including tips on what information to include.
</p>
</section>
<section id="requesting-features">
<div class="page-header">
<h1>Requesting new features</h1>
</div>
<p>
New feature requests are usually requested by the
<a href="https://github.com/select2/select2/issues">
Select2 community on GitHub,
</a>
and are often fulfilled by
<a href="#contributing">
fellow contributors.
</a>
</p>
<ol>
<li>
Use the
<a href="https://github.com/select2/select2/search?q=&type=Issues">
GitHub issue search
</a>
to check if your feature has already been requested.
</li>
<li>
Check if it hasn't already been implemented as a
<a href="">
third party plugin.
</a>
</li>
<li>
Please make sure you are only requesting a single feature, and not a
collection of smaller features.
</li>
</ol>
<p>
You can find more information on requesting new features in the
<a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#requesting-features-in-select2">
contributing guide.
</a>
</p>
</section>
<section id="contributing">
<div class="page-header">
<h1>Getting involved</h1>
</div>
<p>
You can find more information on getting involved with Select2 in the
<a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#triaging-issues-and-pull-requests">
contributing guide.
</a>
</p>
</section>
</div>
|