|
| 1 | +name: '🐛 Bug Report' |
| 2 | +description: Create a report to help us improve |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + **Before Submitting Your Bug Report...** |
| 8 | +
|
| 9 | + This form is specifically for reporting bugs in PixiJS Layout. If you have questions about usage |
| 10 | + or aren't sure whether you've encountered a bug, please try these resources first: |
| 11 | +
|
| 12 | + - Check the [official documentation](https://pixijs.com/) |
| 13 | + - Join our [Discord community](https://discord.gg/CPTjeb28nH) for help |
| 14 | +
|
| 15 | + Please search existing issues before submitting - your bug may have already been reported or fixed in the development branch. |
| 16 | + - type: input |
| 17 | + id: version |
| 18 | + attributes: |
| 19 | + label: PixiJS Layout version |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + - type: input |
| 23 | + id: version |
| 24 | + attributes: |
| 25 | + label: PixiJS version |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + - type: input |
| 29 | + id: reproduction-link |
| 30 | + attributes: |
| 31 | + label: Link to minimal reproduction |
| 32 | + description: | |
| 33 | + To help us fix your bug quickly, please provide a minimal code example that demonstrates the issue. |
| 34 | +
|
| 35 | + **Recommended platforms:** |
| 36 | + - [StackBlitz](https://stackblitz.com/edit/pixijs-layout) |
| 37 | +
|
| 38 | + **Keep it minimal:** Include only the essential code needed to reproduce the bug. Check our [Bug Reproduction Guidelines](https://github.com/pixijs/layout/tree/main/.github/bug-repro-guidelines.md) for best practices. |
| 39 | +
|
| 40 | + ⚠️ **Important:** Issues without a valid reproduction link will be closed. Please don't submit placeholder or unrelated links. |
| 41 | + placeholder: Reproduction Link |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: textarea |
| 45 | + id: steps-to-reproduce |
| 46 | + attributes: |
| 47 | + label: Steps to reproduce |
| 48 | + description: | |
| 49 | + Please provide clear, step-by-step instructions on how to trigger the bug after opening your reproduction link. |
| 50 | +
|
| 51 | + Well-written steps help us identify and fix the issue faster. You can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format your instructions with lists and code blocks. |
| 52 | + placeholder: Steps to reproduce |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + - type: textarea |
| 56 | + id: expected |
| 57 | + attributes: |
| 58 | + label: What is expected? |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + - type: textarea |
| 62 | + id: actually-happening |
| 63 | + attributes: |
| 64 | + label: What is actually happening? |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + - type: textarea |
| 68 | + attributes: |
| 69 | + label: Environment |
| 70 | + value: | |
| 71 | + - **Browser & Version**: *e.g. Chrome 108* |
| 72 | + - **OS & Version**: *e.g. Ubuntu 22.04* |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + - type: textarea |
| 76 | + id: additional-comments |
| 77 | + attributes: |
| 78 | + label: Any additional comments? |
| 79 | + description: e.g. some background/context of how you ran into this bug or possible solutions. |
0 commit comments