|
| 1 | +name: "Bug Report" |
| 2 | +description: "Report a bug in MassOS" |
| 3 | +title: "[Bug]: " |
| 4 | +labels: "bug" |
| 5 | +body: |
| 6 | +- type: "checkboxes" |
| 7 | + attributes: |
| 8 | + label: "Checklist" |
| 9 | + description: "Please make sure you have read the following:" |
| 10 | + options: |
| 11 | + - label: "I have searched for [other issues](https://www.github.com/MassOS-Linux/MassOS/issues), and can confirm my issue has not already been reported." |
| 12 | + required: true |
| 13 | + - label: "If this is an issue with a specific program, I have checked the upstream project's issue tracker and determined that it is an issue with MassOS itself." |
| 14 | + required: true |
| 15 | +- type: "input" |
| 16 | + attributes: |
| 17 | + label: "MassOS version" |
| 18 | + description: "What version of MassOS are you using? Run `massos-release` in a terminal if unsure." |
| 19 | + placeholder: "2022.03" |
| 20 | + validations: |
| 21 | + required: true |
| 22 | +- type: "input" |
| 23 | + attributes: |
| 24 | + label: "Kernel version" |
| 25 | + description: "What is the output of `uname -srvm`?" |
| 26 | + placeholder: "Linux 5.16.12-massos #1 SMP PREEMPT Thu Mar 3 05:15:15 UTC 2022 x86_64" |
| 27 | + validations: |
| 28 | + required: false |
| 29 | +- type: "checkboxes" |
| 30 | + attributes: |
| 31 | + label: "Subject" |
| 32 | + description: "Which of the following best describes your issue (multiple responses are OK)?" |
| 33 | + options: |
| 34 | + - label: "Issue at runtime of MassOS." |
| 35 | + - label: "Issue with the MassOS Live CD." |
| 36 | + - label: "Issue with installing MassOS." |
| 37 | + - label: "Issue with the MassOS documentation." |
| 38 | + - label: "Issue compiling MassOS from source." |
| 39 | + validations: |
| 40 | + required: true |
| 41 | +- type: "textarea" |
| 42 | + attributes: |
| 43 | + label: "Expected Behavior" |
| 44 | + description: "A clear description of what you expected to happen." |
| 45 | + validations: |
| 46 | + required: true |
| 47 | +- type: "textarea" |
| 48 | + attributes: |
| 49 | + label: "Actual Behavior" |
| 50 | + description: "A clear description of what actually happened." |
| 51 | + validations: |
| 52 | + required: true |
| 53 | +- type: "textarea" |
| 54 | + attributes: |
| 55 | + label: "Steps to reproduce" |
| 56 | + description: "A clear description of how to reproduce the problem." |
| 57 | + placeholder: "1. Open `...` |
| 58 | + 2. Select `...` |
| 59 | + 3. Click on `...` |
| 60 | + 4. See error" |
| 61 | + validations: |
| 62 | + required: false |
| 63 | +- type: "textarea" |
| 64 | + attributes: |
| 65 | + label: "Additional Information" |
| 66 | + description: "Any additional information you feel will be useful for debugging/solving your issue." |
| 67 | + validations: |
| 68 | + required: false |
0 commit comments