Skip to content

Commit

Permalink
Update DFIQ_Question.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics authored Feb 7, 2024
1 parent 5abe69b commit dcd102d
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/ISSUE_TEMPLATE/DFIQ_Question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "New DFIQ Question"
description: A template for new DFIQ Questions with fields and descriptions
title: "[New Question]: "
labels: ["DFIQ Question", "📝 Triage"]

body:
- type: markdown
attributes:
Expand Down Expand Up @@ -73,16 +72,16 @@ body:
placeholder: F1234, F5678
validations:
required: false
- type: textarea
id: approach_ideas
attributes:
label: Ideas for Apporaches to answer this Question
description: |
"How would someone answer this Question? Even a sentance or two capturing the key parts of how to answer is very helpful. You can provide multiple different Approach suggestions."
placeholder: |
(examples below apply to the Question "What files were downloaded using a web browser?")
- Parse download records from web browsers' own databases, using one of several open source tools.
- Detect browser downloads via file system events (downloads by some web browsers create a specific pattern of events on the file system).
- ...
validations:
required: false
- type: textarea
id: approach_ideas
attributes:
label: Ideas for Apporaches to answer this Question
description: |
"How would someone answer this Question? Even a sentance or two capturing the key parts of how to answer is very helpful. You can provide multiple different Approach suggestions."
placeholder: |
(examples below apply to the Question "What files were downloaded using a web browser?")
- Parse download records from web browsers' own databases, using one of several open source tools.
- Detect browser downloads via file system events (downloads by some web browsers create a specific pattern of events on the file system).
- ...
validations:
required: false

0 comments on commit dcd102d

Please sign in to comment.