diff options
| author | Jose Santiago Vales Mena <[email protected]> | 2025-07-14 11:32:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-14 11:32:46 -0700 |
| commit | cb0261eae2d3c6dce51d709404b19baf7e3acb7f (patch) | |
| tree | 970f1ce032f1c1a6ebebeeab4c4ac977434bd8a0 | |
| parent | 80120499bab730c499b4554480ddec04c7b38ff3 (diff) | |
| parent | 9b450425ffe3de7b2ac1dc329a5cff39e366dbf3 (diff) | |
Merge pull request #18 from 5an7y/sample-based-issue-template
Order sample issue
| -rw-r--r-- | .github/ISSUE_TEMPLATE/sample_issue.yml | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/.github/ISSUE_TEMPLATE/sample_issue.yml b/.github/ISSUE_TEMPLATE/sample_issue.yml index 628fc84a..4597086a 100644 --- a/.github/ISSUE_TEMPLATE/sample_issue.yml +++ b/.github/ISSUE_TEMPLATE/sample_issue.yml @@ -8,62 +8,62 @@ body: label: Which is the area where the sample lives? description: Select the area where you're experiencing the problem. options: + - /TrEE/ - /audio/ - - /bluetooth/ - /avstream/ - - /general/SimpleMediaSource/ - - /network/wwan/ - - /nfc/ - - /gnss/ - - /network/radio/ - - /network/wsk/ - - /sd/ - - /smartcrd/ - - /gpio/ - - /pofx/PEP/ - - /prm/ - - /wmi/wmiacpi/ - - /general/SystemDma/ - - /video/ - - /tools/ - - /pofx/WDF/ - - /powerlimit/ - - /simbatt/ - - /thermal/ - - /general/perfcounters/ - - /general/tracing/ + - /bluetooth/ - /filesys/cdfs/ - /filesys/fastfat/ - /filesys/miniFilter/ + - /general/DCHU/ + - /general/PLX9x5x/ + - /general/SimpleMediaSource/ + - /general/SystemDma/ - /general/cancel/ + - /general/echo/ - /general/event/ + - /general/ioctl/ + - /general/pcidrv/ + - /general/perfcounters/ - /general/registry/ + - /general/toaster/ + - /general/tracing/ + - /gnss/ + - /gpio/ + - /hid/ + - /input/ - /network/config/ - /network/modem/ - /network/ndis/ + - /network/radio/ - /network/trans/ - - /security/ - - /TrEE/ - - /general/DCHU/ - - /setup/ + - /network/wlan/ + - /network/wsk/ + - /network/wwan/ + - /nfc/ + - /pofx/PEP/ + - /pofx/UMDF2/ + - /pofx/WDF/ + - /pos/ + - /powerlimit/ - /print/ - - /wia/ + - /prm/ + - /sd/ + - /security/ - /sensors/ - - /storage/ - - /general/echo/ - - /general/ioctl/ - - /general/pcidrv/ - - /general/PLX9x5x/ - - /general/toaster/ - - /hid/ - - /input/ - - /pofx/UMDF2/ - /serial/ + - /setup/ + - /simbatt/ + - /smartcrd/ - /spb/ + - /storage/ + - /thermal/ + - /tools/ - /usb/ + - /video/ + - /wia/ + - /wmi/wmiacpi/ - /wmi/wmisamp/ - - /pos/ - - /network/wlan/ validations: required: true - type: textarea |
