index.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <title>jMonkeyEngine</title>
  8. <meta name="description" content="A cross-platform game engine for adventurous Java developers.">
  9. <link rel="stylesheet" href="/css/custom.css">
  10. <link rel="stylesheet" href="/lib/fomantic/semantic.min.css">
  11. <link rel="stylesheet" href="/lib/blueimp-gallery/2.35.0/css/blueimp-gallery.min.css" />
  12. <script src="/js/jquery.min.js"></script>
  13. <script src="/lib/fomantic/semantic.min.js"></script>
  14. <script src="/lib/blueimp-gallery/2.35.0/js/blueimp-gallery.min.js" defer></script>
  15. <script src="/js/custom.js" defer></script>
  16. <link rel="alternate" type="application/rss+xml" href="/contribute/index.xml" title="jMonkeyEngine">
  17. </head>
  18. <body>
  19. <header>
  20. <div class="ui stackable inverted secondary menu" style="background-color: #222222;">
  21. <div class="ui container">
  22. <div class="item">
  23. <a href="/"><img class="ui image" src="/images/jme-logo.png"/></a>
  24. </div>
  25. <a class="item" id="Blog" href="/blog/">Blog</a>
  26. <a class="item" id="Documentation" href="/docs/">Documentation</a>
  27. <a class="item" id="License" href="/license/">License</a>
  28. <a class="item" href="https://hub.jmonkeyengine.org">Community</a>
  29. <a class="item" href="https://jmonkeystore.com">Store</a>
  30. <div class="right menu">
  31. <a class="item" href="https://github.com/jMonkeyEngine/jmonkeyengine" id="git-menu-item"><i class="github icon"></i>Github</a>
  32. <a href="https://discord.gg/JdjhsRw" class="item" id="discord-menu-item"><i class="discord icon"></i>Discord</a>
  33. </div>
  34. </div>
  35. </div>
  36. </header>
  37. <div class="ui container">
  38. <br />
  39. <h1></h1>
  40. <h1 id="contributing-to-jmonkeyengine">Contributing to jMonkeyEngine</h1>
  41. <p>There are several ways to contribute toward the jMonkey project. All of the jmonkey source code is hosted on github and follows the git procedure.</p>
  42. <h2 id="contributing-to-the-engine">Contributing to the Engine</h2>
  43. <p>To contribute to the engine you must clone the jMonkeyEngine repository, commit your changes and submit a Pull Request (PR). Pull Requests are reviewed by staff members and contributors before it is determined whether they will be approved and merged.</p>
  44. <p>Visit the <a href="https://github.com/jMonkeyEngine/jmonkeyengine">jMonkeyEngine repository</a> to clone the repository.</p>
  45. <h2 id="contributing-to-documentation">Contributing to Documentation</h2>
  46. <p>Documentation comes in two forms: <a href="https://javadoc.jmonkeyengine.org">JavaDoc</a> and the <a href="https://wiki.jmonkeyengine.org">Wiki</a>.</p>
  47. <p>To submit changes to the JavaDoc you must follow the same procedure as <strong>Contributing to the Engine</strong>. To submit changes or add new pages to the wiki you must clone the <a href="https://github.com/jMonkeyEngine/wiki">wiki repository</a> and follow the same procedure as <strong>Contrubuting to the Engine</strong>.</p>
  48. <h2 id="reporting-bugs">Reporting Bugs</h2>
  49. <p>To report any bugs in the engine or errors in documentation you can submit a new issue in the corresponding repository.</p>
  50. <ul>
  51. <li><a href="https://github.com/jMonkeyEngine/wiki/issues/new">Report an issue with the wiki</a></li>
  52. <li><a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues/new">Report an issue with the engine</a></li>
  53. </ul>
  54. <br />
  55. </div>
  56. <footer>
  57. <div class="ui inverted segment footer" style="border-radius: 0px; margin-bottom: 0px;">
  58. <div class="ui container">
  59. <br />
  60. <div class="ui two column stackable grid">
  61. <div class="column">
  62. <p>
  63. &copy; 2019 <a href="https://jmonkeyengine.org/">jMonkeyEngine</a>.
  64. A free open-source game engine licensed under the <a href="https://choosealicense.com/licenses/bsd-3-clause/">BSD 3-Clause license</a>.
  65. All rights reserved.
  66. </p>
  67. </div>
  68. <div class="column">
  69. <a href="https://www.patreon.com/jmonkey">
  70. <img style="float: right; width: 217px; height: 51px;" class="ui rounded fluid image" src="/images/become_a_patron_button.png">
  71. </a>
  72. </div>
  73. </div>
  74. <br />
  75. </div>
  76. </div>
  77. </footer>
  78. </body>
  79. </html>