community.html 4.1 KB

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