mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
doc: Add bug report template for Issues
This commit is contained in:
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**1. System/Environment:**
|
||||||
|
* Are you running on QEMU, VirtualBox, VMware, or Bare Metal?
|
||||||
|
* What OS are you compiling from? (e.g., Ubuntu 22.04, Windows/WSL2)
|
||||||
|
* Which branch/commit of BoredOS are you on?
|
||||||
|
|
||||||
|
**2. Describe the Bug:**
|
||||||
|
A clear and concise description of what the bug is. What did you expect to happen, and what actually happened?
|
||||||
|
|
||||||
|
**3. Steps to Reproduce:**
|
||||||
|
1. Boot the OS using 'make run'
|
||||||
|
2. Open application 'X'
|
||||||
|
3. Click on 'Y'
|
||||||
|
4. See error...
|
||||||
|
|
||||||
|
**4. Logs and Screenshots:**
|
||||||
|
* Please attach screenshots of the kernel panic, GUI glitch, or terminal output.
|
||||||
|
* If you have serial logs, attach them as a `.txt` file or use a code block. Do NOT paste 500 lines of logs directly into the chat!
|
||||||
|
|
||||||
|
**5. Additional Context:**
|
||||||
|
Add any other context about the problem here (e.g., "This only happens when my mouse is moving").
|
||||||
Reference in New Issue
Block a user