|
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us improve |
| 3 | +title: "[Bug] " |
| 4 | +labels: ["bug"] |
| 5 | +assignees: [] |
| 6 | + |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thanks for taking the time to fill out this bug report! Please make sure to fill out all required fields. |
| 12 | +
|
| 13 | + - type: checkboxes |
| 14 | + id: checklist |
| 15 | + attributes: |
| 16 | + label: Checklist |
| 17 | + options: |
| 18 | + - label: I make sure that there are no existing issues - open or closed - which I could contribute my information to |
| 19 | + required: true |
| 20 | + - label: I understand that issues with limited impact, such as those occurring on specific devices or under specific network conditions, will not be fixed |
| 21 | + required: true |
| 22 | + - label: I am able to reproduce the bug with the latest version given here - [CLICK THIS LINK](https://github.com/InfinityLoop1308/PipePipe/releases/latest) |
| 23 | + required: true |
| 24 | + - label: I have attached the error report in the issue |
| 25 | + required: true |
| 26 | + |
| 27 | + - type: textarea |
| 28 | + id: bug-description |
| 29 | + attributes: |
| 30 | + label: Describe the bug |
| 31 | + description: A clear and concise description of what the bug is |
| 32 | + placeholder: Tell us what happened |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + |
| 36 | + - type: dropdown |
| 37 | + id: frequency |
| 38 | + attributes: |
| 39 | + label: Frequency |
| 40 | + description: How often does this bug occur? |
| 41 | + options: |
| 42 | + - Always (100% of the time) |
| 43 | + - Often (80-90% of the time) |
| 44 | + - Sometimes (40-60% of the time) |
| 45 | + - Rarely (10-30% of the time) |
| 46 | + - Only once (single occurrence) |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: input |
| 51 | + id: device |
| 52 | + attributes: |
| 53 | + label: Device |
| 54 | + description: What device and Android Version are you using? |
| 55 | + placeholder: e.g. Pixel 9 Pro, Android 16 |
| 56 | + validations: |
| 57 | + required: false |
| 58 | + |
| 59 | + - type: textarea |
| 60 | + id: reproduction-steps |
| 61 | + attributes: |
| 62 | + label: Steps to reproduce the bug |
| 63 | + description: Please provide detailed steps to reproduce the issue |
| 64 | + placeholder: | |
| 65 | + 1. Go to '...' |
| 66 | + 2. Click on '...' |
| 67 | + 3. Scroll down to '...' |
| 68 | + 4. See error |
| 69 | + validations: |
| 70 | + required: false |
| 71 | + |
| 72 | + - type: textarea |
| 73 | + id: error-report |
| 74 | + attributes: |
| 75 | + label: Error report |
| 76 | + description: Please paste the full error report here |
| 77 | + placeholder: Paste your error report here |
| 78 | + render: text |
| 79 | + validations: |
| 80 | + required: false |
| 81 | + |
| 82 | + - type: textarea |
| 83 | + id: additional-context |
| 84 | + attributes: |
| 85 | + label: Additional context |
| 86 | + description: Add any other context about the problem here |
| 87 | + placeholder: Any additional information that might help us understand the issue |
| 88 | + validations: |
| 89 | + required: false |
0 commit comments