mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 18:37:37 +00:00
38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
---
|
||
name: 🦟 Bug report
|
||
about: Report a bug to help us improve.
|
||
title: ''
|
||
labels: 'bug,:product'
|
||
assignees: ''
|
||
|
||
---
|
||
|
||
**Fleet version**: <!-- Copy this from the "My account" page in the Fleet UI, or run `fleetctl --version` -->
|
||
|
||
**Web browser and operating system**: <!-- e.g. Chrome 88.0.4324 running on macOS -->
|
||
|
||
<hr/>
|
||
|
||
### 💥 Actual behavior
|
||
<!-- What did you see? Paste a screenshot, include a 30s video, or write 1-2 sentences describing the issue you observed. -->
|
||
TODO
|
||
|
||
### 🛠️ To fix
|
||
<!-- Add the expected fix here. If you're not sure, leave this blank for product to specify. -->
|
||
TODO
|
||
|
||
### 🧑💻 Steps to reproduce
|
||
<!-- Provide step-by-step actions of how to recreate this bug in a clean install of Fleet. (This helps others understand and fix it more quickly.) -->
|
||
|
||
These steps:
|
||
|
||
- [ ] Have been confirmed to consistently lead to reproduction in multiple Fleet instances.
|
||
- [ ] Describe the workflow that led to the error, but have not yet been reproduced in multiple Fleet instances.
|
||
|
||
1. TODO
|
||
2. TODO
|
||
3.
|
||
|
||
### 🕯️ More info _(optional)_
|
||
<!-- Add any additional details you think could be relevant to solving or reproducing the bug (e.g., "this does not reproduce when...") -->
|
||
N/A
|