summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/sample_issue.yml
blob: 4597086a5441146c6dad2f83b1c3f2f7ab056d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: Issue with a sample
description: Report a problem you have with a specific sample.
title: '[path/to/sample]: '
body:
- type: dropdown
  id: sample_area
  attributes:
    label: Which is the area where the sample lives?
    description: Select the area where you're experiencing the problem.
    options:
    - /TrEE/
    - /audio/
    - /avstream/
    - /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/
    - /network/wlan/
    - /network/wsk/
    - /network/wwan/
    - /nfc/
    - /pofx/PEP/
    - /pofx/UMDF2/
    - /pofx/WDF/
    - /pos/
    - /powerlimit/
    - /print/
    - /prm/
    - /sd/
    - /security/
    - /sensors/
    - /serial/
    - /setup/
    - /simbatt/
    - /smartcrd/
    - /spb/
    - /storage/
    - /thermal/
    - /tools/
    - /usb/
    - /video/
    - /wia/
    - /wmi/wmiacpi/
    - /wmi/wmisamp/
  validations:
    required: true
- type: textarea
  id: description
  attributes:
    label: Describe the issue
    description: Provide a clear and concise description of what the issue is.
  validations:
    required: true