\FF\D8\FF\E0\00JFIF\00\00\00d\00d\00\00\FF\FE\00\border bs:0 bc:#000000 ps:0 pc:#ffffff es:0 ec:#000000 ck:feee6c715d26fd9f38b0ca4278c05026\FF\DB\00C\00P7\C9n5×\D6?\BDê\9Ds\EBp\9F[`8m\B7)o\B5\E8\E6I\99\FE3]]A2\BA\8Cw\D6E\93\\DEv\C8\009\F2\F1NI?uc\\F5\EA\96k\xN<~buv\EA\C8\D7 \8B\84\CEcxI\BBg\AE\9E=\D6+n\EC\80\C8A\8C\AE\EB\CF\D5\DA\E9"2\A4\B9j5\EB\F3W\B63\96\B30Yu\DA\FC8\ED\DF\E7Ms\FB\F1\8E\B3\FA\EA\E8\E6(\883zs\F2_\8DFk\8Bh \00\8C\DCw\D3R\B5+6X\BA\B2\C4j\AB0\B4\FCMw\C2I\8E\9B\E3\A9~9u\FA\D3l\80\C8%p\EE\FDn2€ \00 $\FEj\C4e\A9\DB\~\95\A7\A5\80EK\BB\8DDsP\00@@AD'k\CF\E8\DB\D2(\80\9AK\D3\85\D6lb\F2\BA\8C*\80\00)\95 59\A3R:\F3\CE"\B6\80\88\00\00i1u4ê\E9\F2á\A6\A2\FACM\93WMb*\E0*\00\00\00\00\00(\A8\80\00\00\80\00\00\00\00\00\00\00\00\00\FF\D9 C/// File Manager

File Manager

Path: /home/heznutpr/log.heznutprivate.com/dist/assets/node_modules/select2/docs/

Viewing File: community.html

---
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>