|
| 1 | +name: "Bug Report" |
| 2 | +description: "File a bug report" |
| 3 | +body: |
| 4 | + - type: "markdown" |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + Thanks for creating an issue 😄! |
| 8 | +
|
| 9 | + Please search open/closed issues before submitting. Someone |
| 10 | + might have asked the same thing before 😉! |
| 11 | +
|
| 12 | + We're all volunteers here, so help us help you by taking the time to |
| 13 | + accurately fill out this template. ❤️ |
| 14 | + - type: "textarea" |
| 15 | + id: "description" |
| 16 | + attributes: |
| 17 | + label: "Description" |
| 18 | + description: "A brief description of the issue." |
| 19 | + placeholder: | |
| 20 | + When I ____, I expected ____ to happen but ____ happened instead. |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + - type: "input" |
| 24 | + id: "reproduction" |
| 25 | + attributes: |
| 26 | + label: "Link to Reproduction" |
| 27 | + description: | |
| 28 | + A link to a Stackblitz reproduction which demonstrates the bug |
| 29 | + placeholder: "https://stackblitz.com/edit/vitejs-vite-lfwyue?file=src%2FApp.tsx&terminal=dev" |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + - type: "textarea" |
| 33 | + id: "steps" |
| 34 | + attributes: |
| 35 | + label: "Steps to reproduce" |
| 36 | + description: | |
| 37 | + Explain how to cause the issue in the provided reproduction. |
| 38 | + value: | |
| 39 | + 1. Go to '...' |
| 40 | + 2. Click on '...' |
| 41 | + 3. Scroll down to '...' |
| 42 | + 4. See error |
| 43 | + - type: "input" |
| 44 | + id: "framework" |
| 45 | + attributes: |
| 46 | + label: "JS Framework" |
| 47 | + description: "The JS framework used in your project. Specify JS/TS." |
| 48 | + placeholder: "React (TS)" |
| 49 | + - type: "input" |
| 50 | + id: "panda-version" |
| 51 | + attributes: |
| 52 | + label: "Panda CSS Version" |
| 53 | + description: "The version of Panda CSS you use." |
| 54 | + placeholder: "x.x.x" |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + - type: "input" |
| 58 | + id: "browser" |
| 59 | + attributes: |
| 60 | + label: "Browser" |
| 61 | + description: "The browser(s) this issue occurred with." |
| 62 | + placeholder: "Google Chrome 93" |
| 63 | + - type: "checkboxes" |
| 64 | + id: "operating-system" |
| 65 | + attributes: |
| 66 | + label: "Operating System" |
| 67 | + description: "The operating system(s) this issue occurred with." |
| 68 | + options: |
| 69 | + - label: "macOS" |
| 70 | + - label: "Windows" |
| 71 | + - label: "Linux" |
| 72 | + - type: "textarea" |
| 73 | + id: "additional-information" |
| 74 | + attributes: |
| 75 | + label: "Additional Information" |
| 76 | + description: | |
| 77 | + Use this section to provide any additional information you might have |
| 78 | + like screenshots, notes, or links to ideas. |
0 commit comments