mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-23 18:01:12 +01:00
39 lines
917 B
Markdown
39 lines
917 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG]: Short descriptive title"
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See bug
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots and Videos**
|
|
Add screenshots and videos to help explain your problem.
|
|
|
|
**Operating System**
|
|
Provide the output of `systeminfo | grep "^OS Name\|^OS Version"`
|
|
|
|
For example:
|
|
```
|
|
OS Name: Microsoft Windows 11 Pro
|
|
OS Version: 10.0.22000 N/A Build 22000
|
|
```
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|
|
In particular, if you have any other AHK scripts or software running that handle any aspect of window management or manipulation
|