|
| 1 | +--- |
| 2 | +assignees: [] |
| 3 | +body: |
| 4 | + - |
| 5 | + attributes: |
| 6 | + description: "What is the problem? A clear and concise description of what the bug is." |
| 7 | + label: "Describe the bug" |
| 8 | + placeholder: "Tell us what you see!" |
| 9 | + id: description |
| 10 | + type: textarea |
| 11 | + validations: |
| 12 | + required: true |
| 13 | + - |
| 14 | + attributes: |
| 15 | + description: "Please provide as much step-by-step detail as possible including logs, stack traces, and uncaught exceptions." |
| 16 | + label: "Steps to reproduce" |
| 17 | + value: | |
| 18 | + 1. Go to '...' |
| 19 | + 2. Click on '....' |
| 20 | + 3. See error |
| 21 | + id: steps |
| 22 | + type: textarea |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - |
| 26 | + attributes: |
| 27 | + description: "What did you expect to happen?" |
| 28 | + label: "A clear and concise description of what you expected to happen." |
| 29 | + id: expected |
| 30 | + type: textarea |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - |
| 34 | + attributes: |
| 35 | + description: "What version of plugin are you seeing this issue on?" |
| 36 | + label: "Plugin Version" |
| 37 | + placeholder: "8.6.0" |
| 38 | + id: sdk-version |
| 39 | + type: input |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + - |
| 43 | + attributes: |
| 44 | + description: "What version of Flutter are you seeing this issue on?" |
| 45 | + label: "Flutter Version" |
| 46 | + placeholder: "3.32.7 on channel stable" |
| 47 | + id: flutter-sdk-version |
| 48 | + type: input |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + - |
| 52 | + attributes: |
| 53 | + description: "What platform/version are you seeing this bug on?" |
| 54 | + label: "Android/iOS/Web" |
| 55 | + placeholder: "Android 15, iOS 18, Web" |
| 56 | + id: platform |
| 57 | + type: input |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + - |
| 61 | + attributes: |
| 62 | + description: "What devices or emulators are you seeing this bug on?" |
| 63 | + label: Make and Model |
| 64 | + placeholder: "Samsung S21, Iphone 16, Safari, Chrome" |
| 65 | + id: device |
| 66 | + type: input |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + - |
| 70 | + attributes: |
| 71 | + description: "Anything else that might be relevant for troubleshooting this bug. Any screenshots, videos or logs that show the issue are very helpful." |
| 72 | + label: "Additional Information/Context" |
| 73 | + id: context |
| 74 | + type: textarea |
| 75 | + validations: |
| 76 | + required: false |
| 77 | + |
| 78 | +description: "Found a bug in the Flutter Branch SDK? File it here." |
| 79 | +labels: |
| 80 | + - bug |
| 81 | + - needs-triage |
| 82 | +name: "🐞 Bug report" |
| 83 | +title: "(short issue description)" |
0 commit comments