|
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us improve |
| 3 | +title: '[Bug]: ' |
| 4 | +labels: '' |
| 5 | +projects: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +body: |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: | |
| 12 | + Thanks for taking the time to fill out this bug report! |
| 13 | +
|
| 14 | + - type: textarea |
| 15 | + id: describe_the_bug |
| 16 | + attributes: |
| 17 | + label: Describe the Bug |
| 18 | + description: A clear and concise description of what the bug is. |
| 19 | + placeholder: A clear and concise description of what the bug is. |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: textarea |
| 24 | + id: to_reproduce |
| 25 | + attributes: |
| 26 | + label: To Reproduce |
| 27 | + description: 'Steps to reproduce the behavior:' |
| 28 | + placeholder: | |
| 29 | + 1. Go to '...' |
| 30 | + 2. Click on '....' |
| 31 | + 3. Scroll down to '....' |
| 32 | + 4. See error |
| 33 | + value: | |
| 34 | + 1. Go to '...' |
| 35 | + 2. Click on '....' |
| 36 | + 3. Scroll down to '....' |
| 37 | + 4. See error |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: textarea |
| 42 | + id: expected_behavior |
| 43 | + attributes: |
| 44 | + label: Expected Behavior |
| 45 | + description: A clear and concise description of what you expected to happen. |
| 46 | + placeholder: A clear and concise description of what you expected to happen. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + id: screenshots |
| 52 | + attributes: |
| 53 | + label: Screenshots |
| 54 | + description: If applicable, add screenshots to help explain your problem. |
| 55 | + placeholder: If applicable, add screenshots to help explain your problem. |
| 56 | + validations: |
| 57 | + required: false |
| 58 | + |
| 59 | + - type: textarea |
| 60 | + id: desktop_environment |
| 61 | + attributes: |
| 62 | + label: Desktop Environment |
| 63 | + description: 'Please complete the following information:' |
| 64 | + placeholder: | |
| 65 | + - OS: [e.g. Windows, MacOS Tahoe ] |
| 66 | + - Browser [e.g. chrome, edge, safari] |
| 67 | + - Version [e.g. 11, 26.2] |
| 68 | + value: | |
| 69 | + - OS: [e.g. Windows, MacOS Tahoe ] |
| 70 | + - Browser [e.g. chrome, edge, safari] |
| 71 | + - Version [e.g. 11, 26.2] |
| 72 | + validations: |
| 73 | + required: false |
| 74 | + |
| 75 | + - type: textarea |
| 76 | + id: mobile_environment |
| 77 | + attributes: |
| 78 | + label: Mobile Environment |
| 79 | + description: 'Please complete the following information:' |
| 80 | + placeholder: | |
| 81 | + - Device: [e.g. iPhone 17 Pro Max, Pixel 10 Pro XL ] |
| 82 | + - OS: [e.g. iOS, Android ] |
| 83 | + - Browser [e.g. chrome, edge, safari] |
| 84 | + - Version [e.g. 26.2, 16] |
| 85 | + value: | |
| 86 | + - Device: [e.g. iPhone 17 Pro Max, Pixel 10 Pro XL ] |
| 87 | + - OS: [e.g. iOS, Android ] |
| 88 | + - Browser [e.g. chrome, edge, safari] |
| 89 | + - Version [e.g. 26.2, 16] |
| 90 | + validations: |
| 91 | + required: false |
| 92 | + |
| 93 | + - type: textarea |
| 94 | + id: additional_context |
| 95 | + attributes: |
| 96 | + label: Additional Context |
| 97 | + description: Add any other context about the problem here. |
| 98 | + placeholder: Add any other context about the problem here. |
| 99 | + validations: |
| 100 | + required: false |
0 commit comments