|
| 1 | +name: Bug Report |
| 2 | +description: Report a problem with Performance Monitor |
| 3 | +title: "[BUG] " |
| 4 | +labels: ["bug"] |
| 5 | + |
| 6 | +body: |
| 7 | + - type: dropdown |
| 8 | + id: component |
| 9 | + attributes: |
| 10 | + label: Component |
| 11 | + description: Which part of Performance Monitor is affected? |
| 12 | + options: |
| 13 | + - Full Dashboard |
| 14 | + - Lite |
| 15 | + - Installer (CLI) |
| 16 | + - Installer (GUI) |
| 17 | + - SQL collection scripts |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: input |
| 22 | + id: version |
| 23 | + attributes: |
| 24 | + label: Performance Monitor Version |
| 25 | + description: Check the About dialog or the release you downloaded. |
| 26 | + placeholder: "e.g., 1.2.0" |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: input |
| 31 | + id: sql-version |
| 32 | + attributes: |
| 33 | + label: SQL Server Version |
| 34 | + description: "Run SELECT @@VERSION on the target server." |
| 35 | + placeholder: "e.g., SQL Server 2019 CU25" |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + |
| 39 | + - type: input |
| 40 | + id: windows-version |
| 41 | + attributes: |
| 42 | + label: Windows Version |
| 43 | + description: The OS where the Dashboard or Lite app is running. |
| 44 | + placeholder: "e.g., Windows 11 23H2, Windows Server 2022" |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: description |
| 50 | + attributes: |
| 51 | + label: Describe the Bug |
| 52 | + description: A clear description of what the bug is. |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: textarea |
| 57 | + id: steps |
| 58 | + attributes: |
| 59 | + label: Steps to Reproduce |
| 60 | + description: How can we reproduce this? |
| 61 | + placeholder: | |
| 62 | + 1. Open the Dashboard |
| 63 | + 2. Click on... |
| 64 | + 3. See error |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + |
| 68 | + - type: textarea |
| 69 | + id: expected |
| 70 | + attributes: |
| 71 | + label: Expected Behavior |
| 72 | + description: What you expected to happen. |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + |
| 76 | + - type: textarea |
| 77 | + id: actual |
| 78 | + attributes: |
| 79 | + label: Actual Behavior |
| 80 | + description: What actually happened. |
| 81 | + validations: |
| 82 | + required: true |
| 83 | + |
| 84 | + - type: textarea |
| 85 | + id: errors |
| 86 | + attributes: |
| 87 | + label: Error Messages / Log Output |
| 88 | + description: Paste any error messages or relevant log entries. Dashboard logs are in %LOCALAPPDATA%\PerformanceMonitor\Logs\. |
| 89 | + render: text |
| 90 | + validations: |
| 91 | + required: false |
| 92 | + |
| 93 | + - type: textarea |
| 94 | + id: screenshots |
| 95 | + attributes: |
| 96 | + label: Screenshots |
| 97 | + description: If applicable, add screenshots to help explain the problem. |
| 98 | + validations: |
| 99 | + required: false |
| 100 | + |
| 101 | + - type: textarea |
| 102 | + id: context |
| 103 | + attributes: |
| 104 | + label: Additional Context |
| 105 | + description: | |
| 106 | + Anything else that might help: |
| 107 | + - Did this work before? If so, what changed? |
| 108 | + - Is SQL Server Agent running? (Full Edition only) |
| 109 | + - Are you monitoring Azure SQL DB, Azure MI, or AWS RDS? |
| 110 | + validations: |
| 111 | + required: false |
0 commit comments