|
| 1 | +# yamllint disable-file rule:line-length |
| 2 | +name: Bug Report |
| 3 | +description: File a bug report to help us improve |
| 4 | +labels: |
| 5 | + - bug |
| 6 | +body: |
| 7 | + - type: input |
| 8 | + id: system-information |
| 9 | + attributes: |
| 10 | + label: System Information |
| 11 | + description: | |
| 12 | + - The operating system you use to run LMMS. |
| 13 | + - When relevant, also include your hardware information. |
| 14 | + placeholder: ex. Fedora Linux 39, KDE Plasma 5.27.10 - 13th Gen Intel® Core™ i9-13950HX, 32GB RAM |
| 15 | + validations: |
| 16 | + required: true |
| 17 | + - type: input |
| 18 | + id: affected-version |
| 19 | + attributes: |
| 20 | + label: LMMS Version(s) |
| 21 | + description: | |
| 22 | + - The version of LMMS affected by the bug. |
| 23 | + - Can be an official version number, nightly release identifier, or commit hash. |
| 24 | + - The version number can be found under the Help > About menu. |
| 25 | + placeholder: ex. 1.2.2, 1.3.0-alpha.1.518+gdd53bec31, 2d185df |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + - type: input |
| 29 | + id: working-version |
| 30 | + attributes: |
| 31 | + label: Most Recent Working Version |
| 32 | + description: | |
| 33 | + - If there is a previous version of LMMS that did not exhibit the bug, include it here. |
| 34 | + placeholder: ex. 1.2.2, 1.3.0-alpha.1.518+gdd53bec31, 2d185df |
| 35 | + validations: |
| 36 | + required: false |
| 37 | + - type: textarea |
| 38 | + id: bug-summary |
| 39 | + attributes: |
| 40 | + label: Bug Summary |
| 41 | + description: Briefly describe the bug. |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: textarea |
| 45 | + id: expected-behaviour |
| 46 | + attributes: |
| 47 | + label: Expected Behaviour |
| 48 | + description: Describe what should have happened. |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + - type: textarea |
| 52 | + id: steps-to-reproduce |
| 53 | + attributes: |
| 54 | + label: Steps To Reproduce |
| 55 | + description: | |
| 56 | + - Describe the minimum set of steps required to reproduce this bug. |
| 57 | + - If you included a minimum reproducible project below, you can describe here how it should be used. |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + - type: textarea |
| 61 | + id: logs |
| 62 | + attributes: |
| 63 | + label: Logs |
| 64 | + description: | |
| 65 | + - Copy and paste any relevant log output here. |
| 66 | + value: | |
| 67 | + <details> |
| 68 | + <summary>Click to expand</summary> |
| 69 | + <pre> |
| 70 | + <!-- paste logs here --> |
| 71 | + </pre> |
| 72 | + </details> |
| 73 | + validations: |
| 74 | + required: false |
| 75 | + - type: textarea |
| 76 | + id: supporting-files |
| 77 | + attributes: |
| 78 | + label: Screenshots / Minimum Reproducible Project |
| 79 | + description: | |
| 80 | + - Upload any screenshots showing the bug in action. |
| 81 | + - If possible, also include a .mmp/.mmpz project containing the simplest possible setup needed to reproduce the bug. |
| 82 | +
|
| 83 | + ***Note:** To upload a project file to GitHub, it will need to be placed in a .zip archive.* |
| 84 | + - type: checkboxes |
| 85 | + id: search-for-existing |
| 86 | + attributes: |
| 87 | + label: Please search the issue tracker for existing bug reports before submitting your own. |
| 88 | + options: |
| 89 | + - label: I have searched all existing issues and confirmed that this is not a duplicate. |
| 90 | + required: true |
0 commit comments