report_bugs.adoc 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. = How to report bugs against the jMonkeyEngine
  2. :author:
  3. :revnumber:
  4. :revdate: 2016/09/29 08:30
  5. :keywords: contributor
  6. ifdef::env-github,env-browser[:outfilesuffix: .adoc]
  7. Even if you cannot contribute patches and plugins, you can still help a lot by reporting bugs and helping us improve existing features.
  8. 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.
  9. Note that for troubleshooting, the forum is the preferred way.
  10. == Filing a new issue to github
  11. . Navigate to link:https://github.com/jMonkeyEngine/jmonkeyengine/issues[jMonkeyEngine’s issues list].
  12. . Carefully search through existing jME3 issues. Is your issue not listed? Please continue.
  13. . 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].
  14. . Fill in the form using the bug report template bellow, and click on "Submit new issue" when you're done.
  15. == Filing a new issue in the ‘contribution depot’
  16. You need a registered account on link:https://hub.jmonkeyengine.org[our forum] to post a new thread.
  17. * Then go to link:https://hub.jmonkeyengine.org/c/contribution-depot-jme3[ jME3 Contribution Depot]
  18. Please make a descriptive title for your post, and use the template below.
  19. === Bug Report Template
  20. * What did you intend to do, what was the expected outcome?
  21. * What outcome do you experience instead?
  22. * What steps will reproduce the problem?
  23. .. …
  24. .. …
  25. .. …
  26. * What version of the product(s) are you using? *Please copy build details from jMonkeyEngine's About Screen!*
  27. * On what operating system?
  28. * Please provide any additional information. (e.g. your hardware specs and Java version).