1.. _help: 2 3############## 4Help with NaCl 5############## 6 7Check the documentation resources below for help with common issues and 8problems. For additional questions, reach out to the Native Client 9community in the forums below. You can also :ref:`report new issues 10<report_issue>` using the Native Client issue tracker. 11 12Documentation 13============= 14 15* :doc:`Release Notes <sdk/release-notes>`. 16* :doc:`FAQ <faq>`. 17* `Talks, Demos, and Publications 18 <https://devsite.googleplex.com/native-client/community/talks>`_ (see 19 especially Colt McAnlis' talk on porting C++ games to Native Client). 20 21.. TODO: Fix the talk link once ReST-ified. 22 23Forums 24====== 25 26* For new Native Client developers: `Stack Overflow 27 <http://stackoverflow.com/questions/tagged/google-nativeclient>`_ is a 28 great resource --- check this forum first for answers to your 29 questions. 30* For in-depth technical discussions: `native-client-discuss mailing 31 list <https://groups.google.com/group/native-client-discuss>`_ is a good 32 group for detailed technical discussions about bugs and other Native Client 33 issues. * For announcements, follow the `native-client-announce mailing list 34 <http://groups.google.com/group/native-client-announce>`_. 35* For 140 character goodness follow `@nativeclient 36 <https://twitter.com/nativeclient>`_ on Twitter. 37 38.. _report_issue: 39 40Issue tracker 41============= 42 43To report a new issue: 44 45#. Go to the `Native Client issue tracker 46 <https://code.google.com/p/nativeclient/issues>`_ for a Native Client 47 bug, or the `Chromium issue tracker 48 <https://code.google.com/p/chromium/issues>`_ for a Chrome/Chromium bug. 49#. Before you report an issue, search to see if your issue has already 50 been reported. You can add a comment to an existing issue if you have 51 additional information. 52#. To report a new issue, fill out the Summary and Description fields on 53 the issue form and click the "Submit issue" button. You can report: 54 55 * A `Native Client defect 56 <https://code.google.com/p/nativeclient/issues/entry?template=Defect%20report>`_. 57 * A `Native Client security issue 58 <https://code.google.com/p/nativeclient/issues/entry?template=Security%20Bug>`_ 59 (only visible to the security team). 60 * A `Native Client + Chrome integration issue 61 <https://code.google.com/p/chromium/issues/entry?template=NaCl%20Issue>`_. 62 * A `Native Client + Chrome integration security issue 63 <https://code.google.com/p/chromium/issues/entry?template=Security%20Bug>`_ 64 (only visible to the security team). 65