mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
26 lines
1.1 KiB
YAML
26 lines
1.1 KiB
YAML
name: Bug Report
|
|
description: File a bug report.
|
|
labels: ["bug"]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Prerequisites
|
|
options:
|
|
- label: I have read [CONTRIBUTING.md](https://github.com/EFForg/rayhunter/blob/main/CONTRIBUTING.md)
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Bug Report Details
|
|
description: |
|
|
Please provide the following information, if applicable:
|
|
placeholder: |
|
|
• **Rayhunter Version**: (e.g., v0.2.6)
|
|
• **Capture Date**: (YYYY-MM-DD, e.g., 2025-05-01)
|
|
• **Capture Location**: (If comfortable disclosing, what region or country were you in? e.g., Washington State)
|
|
• **Device and Model**: (Device you installed Rayhunter on, e.g., Orbic RC400L)
|
|
• **What happened?**: (What steps did you take to get to your issue? Tell us what you see!)
|
|
• **Expected behavior**: (Rayhunter's behavior differed from what I expected because...)
|
|
• **Relevant log output**: (Rayhunter data captures - QMDL and PCAP logs - or error codes)
|
|
validations:
|
|
required: true
|