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 ed4708f commit 0f1ca05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/DFIQ_Question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ body:
- type: markdown
attributes:
value: >
# DFIQ Questions
Questions are the fundamental "building blocks" of DFIQ. All other DFIQ
components are relative to Questions: Approaches describe how to answer
the Questions, and Scenarios and Facets organize the Questions logically.
A Question should be specific enough that it can be readily answered
and not easily divided into multiple parts (if it can be, it likely
should be multiple Questions). A single Question can be reused in
Expand All @@ -34,7 +36,7 @@ body:
id: dfiq_version
attributes:
label: DFIQ Version
description: The [DFIQ Specification](https://dfiq.org/spec) version in teh major.minor.patch scheme (probably leave this as-is).
description: The [DFIQ Specification](https://dfiq.org/spec) version in the major.minor.patch scheme (probably leave this as-is).
value: "1.0.0"
validations:
required: true
Expand Down Expand Up @@ -79,6 +81,7 @@ body:
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."
Examples above apply to the Question "What files were downloaded using a web browser?")
placeholder: |
- Parse download records from web browsers' own databases, using one of several open source tools.
Expand Down

0 comments on commit 0f1ca05

Please sign in to comment.