Skip to content

Commit

Permalink
add scubagear version
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Feb 20, 2025
1 parent d1f1839 commit e83a666
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/ISSUE_TEMPLATE/2-bugreport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@ body:
options:
- label: This issue has an informative and human-readable title.
required: true
- type: dropdown
- type: textarea
attributes:
label: ScubaGear Version
description: Which ScubaGear version are you using?
placeholder: |
Run Invoke-SCuBA -Version locally and paste output here to ensure correct version is indicated.
validations:
required: true
- type: input
attributes:
label: Operating System
description: Which operating system are you using?
options:
- Windows
- macOS
- Linux
placeholder: |
Enter your operating system and version (e.g., Windows 10, Ubuntu 24.04 LTS, MacOS Big Sur)
validations:
required: true
validations:
required: true
- type: input
Expand All @@ -37,10 +45,12 @@ body:
- type: textarea
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
description: Steps to reproduce the behavior. Any helpful log output or screenshots?
placeholder: |
1. Do this
2. Then this
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: true
- type: textarea
Expand All @@ -49,11 +59,3 @@ body:
description: What did you expect to happen that didn't?
validations:
required: true
- type: textarea
attributes:
label: Any helpful log output or screenshots? (optional)
description: |
Paste the results here:
placeholder: "Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in."
validations:
required: false

0 comments on commit e83a666

Please sign in to comment.