1name: "\U0001F41B CLI Bug Report" 2description: 'Report a reproducible bug in the versioned Expo CLI (npx expo)' 3labels: ['needs review', 'CLI'] 4body: 5 - type: markdown 6 attributes: 7 value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. 8 - type: markdown 9 attributes: 10 value: If you leave out sections there is a high likelihood your issue will be closed. If you have a question, not a bug report, please post it on our [forums](https://forums.expo.dev/) instead. 11 - type: textarea 12 attributes: 13 label: Summary 14 description: Describe the issue in 1 or 2 sentences 15 placeholder: "Clearly describe what the expected behavior is vs. what is actually happening. This should be as short as possible, while still communicating all the necessary information. If your summary is simply, for example: 'My device cannot connect to Wi-Fi.', then you need to continue debugging yourself and provide more information." 16 validations: 17 required: true 18 - type: dropdown 19 attributes: 20 label: What platform(s) does this occur on? 21 multiple: true 22 options: 23 - Android 24 - iOS 25 - Web 26 validations: 27 required: false 28 - type: input 29 attributes: 30 label: SDK Version 31 description: What version of the Expo SDK are you using? 32 - type: textarea 33 attributes: 34 label: Environment 35 placeholder: Run `npx expo-env-info` and paste the output here 36 validations: 37 required: true 38 - type: textarea 39 attributes: 40 label: Reproducible demo 41 description: 'This should include as little code as possible, do not link your entire project. If a reproducible demo is not provided, it is very likely your issue will be closed. Read [here more guidance](https://stackoverflow.com/help/mcve).' 42 validations: 43 required: true 44 - type: markdown 45 attributes: 46 value: Please make sure contributors can run your code and follow the steps your provided in order to reproduce the bug. 47 - type: markdown 48 attributes: 49 value: "**Realize that it is up to you to debug your code and be as certain as possible that the bug is with Expo, not with your own app.** [Here's an excellent guide to debugging you can follow](https://gist.github.com/brentvatne/5ac00cba0c70b7a06b89a56787d6bc4a)." 50