|
| 1 | +name: Bug report |
| 2 | +description: Report something that is not working correctly. |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for reporting a problem. Please do not report security vulnerabilities here; use the instructions in SECURITY.md instead. |
| 10 | +
|
| 11 | + - type: textarea |
| 12 | + id: what-happened |
| 13 | + attributes: |
| 14 | + label: What happened? |
| 15 | + description: Briefly describe the problem. |
| 16 | + placeholder: Example: The program closes when I click Run Analysis. |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + |
| 20 | + - type: textarea |
| 21 | + id: expected-behavior |
| 22 | + attributes: |
| 23 | + label: What did you expect to happen? |
| 24 | + description: Tell us what you expected instead. |
| 25 | + placeholder: Example: I expected the analysis to finish and show the results table. |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: textarea |
| 30 | + id: steps-to-reproduce |
| 31 | + attributes: |
| 32 | + label: Steps to reproduce |
| 33 | + description: List the steps that caused the problem, if you know them. |
| 34 | + value: | |
| 35 | + 1. |
| 36 | + 2. |
| 37 | + 3. |
| 38 | + validations: |
| 39 | + required: false |
| 40 | + |
| 41 | + - type: input |
| 42 | + id: affected-area |
| 43 | + attributes: |
| 44 | + label: Affected area or control |
| 45 | + description: Name the project, window, tool, or control if you know it. |
| 46 | + placeholder: Example: AvalonDock layout, DataTableView, OxyPlot control |
| 47 | + validations: |
| 48 | + required: false |
| 49 | + |
| 50 | + - type: input |
| 51 | + id: framework-version |
| 52 | + attributes: |
| 53 | + label: WPF Framework version or commit |
| 54 | + description: Enter the version, package number, branch, or commit if you know it. |
| 55 | + placeholder: Example: v1.0.0 or commit abc1234 |
| 56 | + validations: |
| 57 | + required: false |
| 58 | + |
| 59 | + - type: input |
| 60 | + id: environment |
| 61 | + attributes: |
| 62 | + label: Windows, .NET, and Visual Studio details |
| 63 | + description: Add any version details you know. |
| 64 | + placeholder: Example: Windows 11, .NET 10 SDK, Visual Studio version if relevant |
| 65 | + validations: |
| 66 | + required: false |
| 67 | + |
| 68 | + - type: dropdown |
| 69 | + id: theme |
| 70 | + attributes: |
| 71 | + label: Theme |
| 72 | + description: Choose the theme if the issue is visual. |
| 73 | + options: |
| 74 | + - Not sure or not visual |
| 75 | + - Light |
| 76 | + - Dark |
| 77 | + - Blue |
| 78 | + - Multiple themes |
| 79 | + validations: |
| 80 | + required: false |
| 81 | + |
| 82 | + - type: upload |
| 83 | + id: files |
| 84 | + attributes: |
| 85 | + label: Screenshots, logs, or sample files |
| 86 | + description: Upload anything that helps explain the problem. |
| 87 | + validations: |
| 88 | + required: false |
| 89 | + accept: ".png,.jpg,.jpeg,.gif,.webp,.svg,.log,.txt,.csv,.json,.zip,.pdf,.docx,.xlsx" |
0 commit comments