report_bugs.adoc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. = How to report bugs against the jMonkeyEngine
  2. :revnumber: 2.0
  3. :revdate: 2020/07/25
  4. Even if you cannot contribute patches and plugins, you can still help a lot by reporting bugs and helping us improve existing features.
  5. To file a bug report, you must have a link:https://github.com/[github account]. If that’s something you are strongly opposed to, you may file a report by posting in our link:https://hub.jmonkeyengine.org/[ forum for jME3]. We do highly prefer the Github issue tracker though.
  6. Note that for troubleshooting, the forum is the preferred way.
  7. == Filing a new issue to github
  8. . Navigate to link:https://github.com/jMonkeyEngine/jmonkeyengine/issues[jMonkeyEngine’s issues list].
  9. . Carefully search through existing jME3 issues. Is your issue not listed? Please continue.
  10. . Press the `new issue` button in the top right corner, or use this direct link to link:https://github.com/jMonkeyEngine/jmonkeyengine/issues/new[file a new issue].
  11. . Fill in the form using the bug report template bellow, and click on "Submit new issue" when you're done.
  12. == Filing a new issue in the '`contribution depot`'
  13. You need a registered account on link:https://hub.jmonkeyengine.org[our forum] to post a new thread.
  14. * Then go to link:https://hub.jmonkeyengine.org/c/contribution-depot-jme3[ jME3 Contribution Depot]
  15. Please make a descriptive title for your post, and use the template below.
  16. === Bug Report Template
  17. * What did you intend to do, what was the expected outcome?
  18. * What outcome do you experience instead?
  19. * What steps will reproduce the problem?
  20. .. …
  21. .. …
  22. .. …
  23. * What version of the product(s) are you using? *Please copy build details from jMonkeyEngine's About Screen!*
  24. * On what operating system?
  25. * Please provide any additional information. (e.g. your hardware specs and Java version).