bug-report.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: Bug Report
  2. description: Create an issue about a bug
  3. labels: [bug]
  4. body:
  5. - type: input
  6. attributes:
  7. label: Forge Version
  8. description: What version of Forge are you running? This can be found on the installation jar you have downloaded, in the Mod Options menu, or the profile's version. Please note "latest" is NOT a version. *If you are reporting a bug that exists only on the Fabric port, please report it **[here](https://github.com/TeamTwilight/twilightforest-fabric/issues)** instead.*
  9. placeholder: "Example: 36.2.0"
  10. validations:
  11. required: true
  12. - type: input
  13. attributes:
  14. label: Twilight Forest Version
  15. description: What version of Twilight Forest are you running? This can be found on the jar file you have downloaded or the Mod Options menu. Please note "latest" is NOT a version.
  16. placeholder: "Example: 4.0.546"
  17. validations:
  18. required: true
  19. - type: input
  20. attributes:
  21. label: Client Log
  22. description: A **[Gist](https://gist.github.com/)** link to the full game log. This can be found in the game files under the `logs` folder. Though not necessary, a client log can help diagnose an issue better in case a bug is caused by a reported error. Provide the `latest.log` or `debug.log` file as a Gist as soon as you find the bug, as these files are reset every time the game is opened.
  23. - type: input
  24. attributes:
  25. label: Crash Report (if applicable)
  26. description: A **[Gist](https://gist.github.com/)** link to the crash report. This can be found in the game files under the `crash-reports` folder, and all the contents of the file should be pasted into the Gist file. If the bug does not result in a crash, ignore this field.
  27. - type: textarea
  28. attributes:
  29. label: Steps to Reproduce
  30. description: A detailed list of how you encountered this bug if it is not immediately obvious. If the bug is immediately obvious, briefly mention how to replicate it.
  31. placeholder: |
  32. 1. Step 1
  33. 2. Step 2
  34. 3. Step 3, etc.
  35. validations:
  36. required: true
  37. - type: textarea
  38. attributes:
  39. label: What You Expected
  40. description: Describe what you thought was supposed to have happened. Don't worry if you think what you expected may be wrong.
  41. validations:
  42. required: true
  43. - type: textarea
  44. attributes:
  45. label: What Happened Instead
  46. description: Describe what happened to you that wasn't to expectations.
  47. validations:
  48. required: true
  49. - type: textarea
  50. attributes:
  51. label: Additional Details
  52. description: Provide any other information you think might be useful for this report. This may include screenshots, video footage, other mod details, anything you think might be relevant.
  53. - type: checkboxes
  54. attributes:
  55. label: Please Read and Confirm The Following
  56. options:
  57. - label: I have confirmed this bug can be replicated without the use of Optifine.
  58. required: true
  59. - label: I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
  60. required: true
  61. - label: I have confirmed this issue is unique and has not been reported already.
  62. required: true