community.html 4.1 KB

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