Skip to content

Commit efd6c6d

Browse files
Merge pull request #256 from AndrewRathbun/master
Update NewMapRequest.yml based on feedback
2 parents 06f26bd + 6e628ce commit efd6c6d

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/ISSUE_TEMPLATE/NewMapRequest.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: New EvtxECmd Map Request
1+
name: New EvtxECmd Map Request
22
description: Request for an EvtxECmd Map to be made for a currently unmapped event ID.
33
title: "[New Map Request]: Channel/Provider:ID"
44
labels: ["new map request", "needs triage"]
55
assignees:
66
- AndrewRathbun
77
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this Map request!
812
- type: input
913
id: contact
1014
attributes:
@@ -26,7 +30,7 @@ body:
2630
attributes:
2731
label: Channel
2832
description: Please provide the Channel of the event ID of interest.
29-
placeholder: ex. System
33+
placeholder: ex. System
3034
validations:
3135
required: true
3236
- type: input
@@ -36,7 +40,7 @@ body:
3640
description: Please provide the Event ID of interest.
3741
placeholder: ex. 7045
3842
validations:
39-
required: true
43+
required: true
4044
- type: checkboxes
4145
id: existing-map
4246
attributes:
@@ -49,10 +53,10 @@ body:
4953
id: existing-provider-csv
5054
attributes:
5155
label: Is there an existing CSV for this specific Event Log Provider?
52-
description: Please search to see if there is a pre-existing CSV for this Provider. https://github.com/nasbench/EVTX-ETW-Resources/tree/main/ETWProvidersCSVs
56+
description: Please search to see if a pre-existing CSV exists for this Provider. https://github.com/nasbench/EVTX-ETW-Resources/tree/main/ETWProvidersCSVs
5357
options:
5458
- label: I have searched the existing Provider CSVs from the EVTX-ETW-Resources repo
55-
required: true
59+
required: false
5660
- type: input
5761
id: existing-provider-csv-link
5862
attributes:
@@ -68,10 +72,10 @@ body:
6872
description: Please provide an example of the event you want a Map created for. This can be found by pasting the contents of the Payload cell from EvtxECmd's CSV output. Ideally, double-click on the Payload cell of interest and use the Format button in Timeline Explorer before pasting here.
6973
render: xml
7074
placeholder: |
71-
{
72-
EventData:
75+
{
76+
EventData:
7377
{
74-
Data:
78+
Data:
7579
[
7680
{
7781
@Name: ServiceName,
@@ -105,7 +109,7 @@ body:
105109
description: Tell us why this particular event deserves to be mapped in EvtxECmd.
106110
placeholder: How has this event helped in your investigation? What does this event tell the examiner?
107111
validations:
108-
required: false
112+
required: false
109113
- type: textarea
110114
id: anything-else
111115
attributes:
@@ -115,3 +119,4 @@ body:
115119

116120
required: false
117121

122+

0 commit comments

Comments
 (0)