project.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. title: "Project Resources",
  3. crumbs: [ ],
  4. }
  5. <h1>GoAhead Project Resources</h1>
  6. <p>Embedthis developers use a variety of tools and resources to better manage the GoAhead project.
  7. These include source code control and an issue tracking database.</p>
  8. <h2><a href="https://github.com/embedthis/goahead" target="new">Source Code Repository</a></h2>
  9. <p>The GoAhead source code is hosted in a Git <a href="http://github.com/embedthis/goahead">repository</a>.
  10. We provide open read-only access. Write access is available to regular contributing developers.</p>
  11. <h2><a href="https://github.com/embedthis/goahead/issues/99">Security Alerts</a></h2>
  12. <p>You can subscribe to be notified of important security updates by subscribing to the
  13. <a href="https://github.com/embedthis/goahead/issues/99">GoAhead Security Alert</a> GitHub Issue.
  14. Login to GitHub and subscribe under Notifications on the right hand side.</p>
  15. <h2><a href="http://github.com/embedthis/goahead/issues" target="new">Issue and Bug List</a></h2>
  16. <p>The GoAhead open issue and bug list is stored in a
  17. <a href="http://github.com/embedthis/goahead/issues">GitHub Issue</a> database.
  18. Use the issue list to report bugs, issues and questions. Make sure you do the following:</p>
  19. <ul>
  20. <li>Fully describe any issue &mdash; don't be too brief</li>
  21. <li>The exact sequence of operations to provoke the issue</li>
  22. <li>Specify the software version and how you built it</li>
  23. <li>Describe your system platform: O/S and hardware</li>
  24. <li>Provide a stand-alone test case that reproduces the issue</li>
  25. <li>If relevant, upload edited log files and command line trace</li>
  26. </ul>
  27. <p>Most folks are way too brief in describing issues. To solve quickly, more detail really helps.</p>
  28. <h2><a href="http://github.com/embedthis/goahead/issues">Support</a></h2>
  29. <p>Embedthis provides support for GoAhead for commercial customers. If you are interested in commercial
  30. support, please contact <a href="mailto:sales@embedthis.com">sales@embedthis.com</a> for details.</p>
  31. <p>For non-commercial customers, you may ask questions in the form of well described issues
  32. at the <a href="http://github.com/embedthis/goahead/issues">GitHub GoAhead issue database</a>.</p>
  33. <h2><a href="https://embedthis.com/developers/contributors.html">Developer Contributors Agreement</a></h2>
  34. <p>Developers are very welcome, both as occasional contributors or core developers. For Embedthis to accept
  35. patches or code from any developer, the developer must first have completed the
  36. <a href= "https://embedthis.com/developers/contributors.html">Contributors Agreement</a>.
  37. This agreement is designed to ensure that you are protected and that your patches can be utilized by everyone.
  38. All submitted patches that are included in GoAhead are governed by this agreement.</p>