| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <h1>Contribute</h1>
- <section id="contribute" class=" list vlist responsive responsiveWidth features">
- <article id="code">
- <h1 class="codeCl"><i class="fas fa-code"></i> Contribute to the Core</h1>
- <div class="content">
- <span>
- You can contribute to <a href="https://github.com/jMonkeyEngine/jmonkeyengine">jMonkeyEngine</a>
- and <a href="https://github.com/jMonkeyEngine">related projects</a>
- by fixing open issues, improving and implementing new features.
- <br />
- Make sure to visit the <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues">issue tracker</a>
- to find open issues and to discuss with the <a href="https://hub.jmonkeyengine.org">community</a>.
- </span>
- </div>
- </article>
- <article id="docs">
- <h1 class="docsCl"><i class="fas fa-book"></i> Improve the Documentation</h1>
- <div class="content">
- <span>
- Good <a href="/docs">documentation</a> is as important as good code,
- we are always looking for help to improve the <a href="https://github.com/jMonkeyEngine/wiki">wiki</a> and document new features.
- <br />
- Make sure to let us know if you are working on tutorials, books or some other form of learning resource related to jMonkeyEngine, so that we can give it the appropriate exposure.
- </span>
- </div>
- </article>
- <article id="bugs">
- <h1 class="bugsCl"><i class="fas fa-bug"></i> Find and Report Bugs</h1>
- <div class="content">
- <span>
- If you find an issue or defect in <a href="https://github.com/jMonkeyEngine/jmonkeyengine">jMonkeyEngine</a> and <a href="https://github.com/jMonkeyEngine">related projects</a>
- you can submit a report to the <a href="https://github.com/jMonkeyEngine/jmonkeyengine/issues">issue tracker</a>.
- <br />
- From there we will be able to pinpoint and resolve the issue for everyone.
- <br />
- If you are unsure if the issue is caused by a misunderstanding or bug in your code, you can ask for an opinion in the <a href="https://hub.jmonkeyengine.org">community hub</a>.
- </span>
- </div>
- </article>
- <article id="donate" >
- <h1 class="donateCl"><i class="fas fa-donate"></i> Donate to the Project</h1>
- <div class="content">
- <span>
- You can support the project with a monetary contribution.
- <br>
- Checkout our donation page at <a href="/donate/">jmonkeyengine.org/donate</a> to learn how.
- <br />
- <i>Backers can leave a message to the community that will be featured in homepage.</i>
- </span>
-
- </div>
- </article>
- </section>
|