|
| 1 | +name: 🐛 Developer Bug report |
| 2 | +description: File a Code bug/issue |
| 3 | +title: <title> |
| 4 | +labels: |
| 5 | + - bug |
| 6 | +body: |
| 7 | + - type: checkboxes |
| 8 | + attributes: |
| 9 | + label: Is there an existing issue for this? |
| 10 | + description: Please search to see if an issue already exists for the bug you encountered. |
| 11 | + options: |
| 12 | + - label: I have searched the existing issues |
| 13 | + required: true |
| 14 | + |
| 15 | + - type: textarea |
| 16 | + attributes: |
| 17 | + label: Current Behavior |
| 18 | + description: A concise description of what you're experiencing. |
| 19 | + validations: |
| 20 | + required: true |
| 21 | + |
| 22 | + - type: textarea |
| 23 | + attributes: |
| 24 | + label: Expected Behavior |
| 25 | + description: A concise description of what you expected to happen. |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: textarea |
| 30 | + attributes: |
| 31 | + label: Steps To Reproduce |
| 32 | + description: Steps to reproduce the behavior. |
| 33 | + placeholder: | |
| 34 | + 1. In this environment... |
| 35 | + 2. With this config... |
| 36 | + 3. Run '...' |
| 37 | + 4. See error... |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: dropdown |
| 42 | + id: system |
| 43 | + attributes: |
| 44 | + label: On which operating system are you experiencing the problem? |
| 45 | + multiple: true |
| 46 | + options: |
| 47 | + - BSD |
| 48 | + - Linux |
| 49 | + - Windows |
| 50 | + - MacOS |
| 51 | + - iOS |
| 52 | + - Android |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: input |
| 57 | + id: system-version |
| 58 | + attributes: |
| 59 | + label: The version of your Operation System |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + |
| 63 | + - type: dropdown |
| 64 | + id: subsystem |
| 65 | + attributes: |
| 66 | + label: What subsystem is the problem related to? |
| 67 | + multiple: true |
| 68 | + options: |
| 69 | + - Docker |
| 70 | + - WSL |
| 71 | + - WINE |
| 72 | + |
| 73 | + - type: input |
| 74 | + id: subsystem-version |
| 75 | + attributes: |
| 76 | + label: The version of your Sub-system |
| 77 | + |
| 78 | + - type: dropdown |
| 79 | + id: Web-browser |
| 80 | + attributes: |
| 81 | + label: What browsers are you seeing the problem on? |
| 82 | + multiple: true |
| 83 | + options: |
| 84 | + - Firefox |
| 85 | + - Chrome |
| 86 | + - Safari |
| 87 | + - Microsoft Edge |
| 88 | + - Opera |
| 89 | + - Brave |
| 90 | + - Arc Browser |
| 91 | + - UC Browser |
| 92 | + validations: |
| 93 | + required: true |
| 94 | + |
| 95 | + - type: input |
| 96 | + id: Web-browser-version |
| 97 | + attributes: |
| 98 | + label: The version of your Web browser |
| 99 | + validations: |
| 100 | + required: true |
| 101 | + |
| 102 | + - type: dropdown |
| 103 | + id: network-region |
| 104 | + attributes: |
| 105 | + label: What network region are you in? |
| 106 | + multiple: true |
| 107 | + options: |
| 108 | + - Global |
| 109 | + - China mainland |
| 110 | + validations: |
| 111 | + required: true |
| 112 | + |
| 113 | + - type: dropdown |
| 114 | + id: cli |
| 115 | + attributes: |
| 116 | + label: Which command line terminal are you using? |
| 117 | + multiple: true |
| 118 | + options: |
| 119 | + - Shell |
| 120 | + - CMD |
| 121 | + - Powershell |
| 122 | + validations: |
| 123 | + required: true |
| 124 | + |
| 125 | + - type: input |
| 126 | + id: cli-version |
| 127 | + attributes: |
| 128 | + label: The version of your Command-line Terminal |
| 129 | + |
| 130 | + - type: dropdown |
| 131 | + id: JavaScript-runtime |
| 132 | + attributes: |
| 133 | + label: Which JavaScript runtime are you using? |
| 134 | + multiple: true |
| 135 | + options: |
| 136 | + - Node.js |
| 137 | + - Bun |
| 138 | + - Deno |
| 139 | + validations: |
| 140 | + required: true |
| 141 | + |
| 142 | + - type: input |
| 143 | + id: JavaScript-runtime-version |
| 144 | + attributes: |
| 145 | + label: The version of your JavaScript runtime |
| 146 | + validations: |
| 147 | + required: true |
| 148 | + |
| 149 | + - type: dropdown |
| 150 | + id: JavaScript-package-manager |
| 151 | + attributes: |
| 152 | + label: Which JavaScript package manager are you using? |
| 153 | + multiple: true |
| 154 | + options: |
| 155 | + - npm |
| 156 | + - Yarn |
| 157 | + - pnpm |
| 158 | + - Bun |
| 159 | + validations: |
| 160 | + required: true |
| 161 | + |
| 162 | + - type: input |
| 163 | + id: JavaScript-package-manager-version |
| 164 | + attributes: |
| 165 | + label: The version of your JavaScript package manager |
| 166 | + validations: |
| 167 | + required: true |
| 168 | + |
| 169 | + - type: dropdown |
| 170 | + id: development_environment |
| 171 | + attributes: |
| 172 | + label: Which development environment are you using? |
| 173 | + multiple: true |
| 174 | + options: |
| 175 | + - Local |
| 176 | + - Gitpod |
| 177 | + - GitHub Codespaces |
| 178 | + validations: |
| 179 | + required: true |
| 180 | + |
| 181 | + - type: textarea |
| 182 | + attributes: |
| 183 | + label: Anything else? |
| 184 | + description: | |
| 185 | + Links? References? Anything that will give us more context about the issue you are encountering! |
| 186 | +
|
| 187 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
0 commit comments