|
| 1 | +name: Bug Report |
| 2 | +description: File a bug report |
| 3 | +title: "[Bug]: " |
| 4 | +labels: [bug, triage] |
| 5 | +assignees: |
| 6 | + - dev-team |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thanks for taking the time to fill out this bug report! |
| 12 | + - type: input |
| 13 | + id: contact |
| 14 | + attributes: |
| 15 | + label: Contact Details (optional) |
| 16 | + description: How can we get in touch with you if we need more info? |
| 17 | + placeholder: ex. [email protected] |
| 18 | + validations: |
| 19 | + required: false |
| 20 | + - type: input |
| 21 | + id: prevalence |
| 22 | + attributes: |
| 23 | + label: Bug prevalence (optional) |
| 24 | + description: "How often do you or others encounter this bug?" |
| 25 | + placeholder: "Whenever I visit the user account page (1-2 times a week)" |
| 26 | + validations: |
| 27 | + required: false |
| 28 | + - type: textarea |
| 29 | + id: what-happened |
| 30 | + attributes: |
| 31 | + label: What happened? |
| 32 | + description: Also tell us, what did you expect to happen? |
| 33 | + placeholder: Tell us what you see! |
| 34 | + value: "A bug happened!" |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: textarea |
| 38 | + id: repro |
| 39 | + attributes: |
| 40 | + label: Reproduction steps |
| 41 | + description: "How do you trigger this bug? Please walk us through it step by step." |
| 42 | + value: | |
| 43 | + 1. |
| 44 | + 2. |
| 45 | + 3. |
| 46 | + ... |
| 47 | + render: bash |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + - type: input |
| 51 | + id: version |
| 52 | + attributes: |
| 53 | + label: Version |
| 54 | + description: Which release are you using? |
| 55 | + placeholder: v1.0.0 |
| 56 | + value: "v1.0.0" |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + - type: dropdown |
| 60 | + id: platform |
| 61 | + attributes: |
| 62 | + label: Platfrom |
| 63 | + description: Which platform are you running RISC OS on? |
| 64 | + options: |
| 65 | + - Acorn A3000 (with ARM 3) |
| 66 | + - Acorn A30x0 or A4000 series (with ARM250) |
| 67 | + - Acorn A5000 |
| 68 | + - Acorn A7000/A7000+ or Castle A7000+ |
| 69 | + - Acorn Archimedes 3x0/4x0 series (with ARM 3) |
| 70 | + - Acorn Archimedes 5x0 series |
| 71 | + - Acorn RiscPC 600 (with ARM 610) |
| 72 | + - Acorn RiscPC 700 (with ARM 710) |
| 73 | + - Acorn RiscPC x00 with StrongARM |
| 74 | + - Acorn RiscPC x00 with Kinetic or Castle RiscPC |
| 75 | + - BeagleBoard |
| 76 | + - BeagleBoard xM |
| 77 | + - CJE RapidO Ig |
| 78 | + - CJE RapidO Ti |
| 79 | + - Elesar Titanium |
| 80 | + - PandaBoard |
| 81 | + - PandaBoard ES |
| 82 | + - Raspberry Pi 1 model A or B |
| 83 | + - Raspberry Pi 2 all models |
| 84 | + - Raspberry Pi 3B+ |
| 85 | + - Raspberry Pi 4 (Default) |
| 86 | + - Raspberry Pi 400 (edge) |
| 87 | + - RComp ARMBook or PineBook |
| 88 | + - RComp ARMiniX |
| 89 | + - RComp ARMX6 |
| 90 | + - RComp Forte |
| 91 | + - RComp Mini.m |
| 92 | + validations: |
| 93 | + required: true |
| 94 | + - type: input |
| 95 | + id: riscosversion |
| 96 | + attributes: |
| 97 | + label: Which version of RISC OS are you using? |
| 98 | + placeholder: v1.0.0 |
| 99 | + value: "v1.0.0" |
| 100 | + validations: |
| 101 | + required: true |
| 102 | + - type: textarea |
| 103 | + id: logs |
| 104 | + attributes: |
| 105 | + label: Can you copy and paste the list of loaded modules? |
| 106 | + description: To obtain a list of loaded modules simply open a TaskWindow and type `*modules` and then `*rom.` and copy and paste here all the output |
| 107 | + render: shell |
| 108 | + - type: checkboxes |
| 109 | + id: terms |
| 110 | + attributes: |
| 111 | + label: Code of Conduct |
| 112 | + description: By submitting this issue, you agree to follow our [Code of Conduct](./CODE_OF_CONDUCT.md) |
| 113 | + options: |
| 114 | + - label: I agree to follow this project's Code of Conduct |
| 115 | + required: true |
0 commit comments