winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Bug_Report.yml (3049B)


      1 name: '🐛 Bug Report'
      2 description: Report errors or unexpected behavior.
      3 labels:
      4 - Issue-Bug
      5 - Needs-Triage
      6 body:
      7   - type: markdown
      8     attributes:
      9       value: |
     10         > This bug tracker is monitored by the Windows Package Manager development team and other technical folks.
     11         >
     12         > **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to GitHub issues**.
     13         > Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue.
     14         >
     15         > If this is an application crash, please provide a Feedback Hub submission link if possible so we can find your diagnostic data on the backend.
     16         > You can open the Feedback Hub directly to the prepopulated form at https://aka.ms/winget-feedback
     17         > Alternatively, use the category "Apps > Windows Package Manager" and choose "Share My Feedback" after submission to get the link.
     18         >
     19         > Please use this form and describe your issue, concisely but precisely, with as much detail as possible.
     20   - type: dropdown
     21     attributes:
     22       label: Relevant area(s)
     23       description: What things had an issue? Check all that apply.
     24       multiple: true
     25       options:
     26         - WinGet CLI
     27         - PowerShell Module
     28         - COM API
     29         - DSC Resource
     30       default: 0
     31     validations:
     32       required: true
     33   - type: dropdown
     34     attributes:
     35       label: Relevant command(s)
     36       description: If you selected 'WinGet CLI' above, specify the command(s) that had an issue.
     37       multiple: true
     38       options:
     39         - winget configure
     40         - winget download
     41         - winget dscv3
     42         - winget export
     43         - winget features
     44         - winget font
     45         - winget hash
     46         - winget import
     47         - winget install
     48         - winget list
     49         - winget mcp
     50         - winget pin
     51         - winget repair
     52         - winget search
     53         - winget settings
     54         - winget show
     55         - winget source
     56         - winget uninstall
     57         - winget upgrade
     58         - winget validate
     59     validations:
     60       required: false
     61   - type: textarea
     62     attributes:
     63       label: Brief description of your issue
     64       placeholder: Briefly describe your issue here.
     65     validations:
     66       required: true
     67   - type: textarea
     68     attributes:
     69       label: Steps to reproduce
     70       placeholder: A description of how to trigger this bug
     71     validations:
     72       required: true
     73   - type: textarea
     74     attributes:
     75       label: Expected behavior
     76       placeholder: What did you expect to happen?
     77     validations:
     78       required: true
     79   - type: textarea
     80     attributes:
     81       label: Actual behavior
     82       placeholder: What is currently happening?
     83     validations:
     84       required: true
     85   - type: textarea
     86     attributes:
     87       label: Environment
     88       placeholder: |
     89         [winget --info]
     90         Windows Package Manager version
     91         Windows: Windows.Desktop version
     92         Package: Microsoft.DesktopAppInstaller version
     93 
     94         Any other software?
     95       render: shell
     96     validations:
     97       required: true