Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii authored Oct 27, 2024
1 parent a1b9773 commit 9c5736a
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a bug report to help us improve
title: ""
labels: bug
assignees: Snowiiii
body:
- type: checkboxes
attributes:
label: I've searched existing issues and couldn't find a duplicate.
description: I confirm this is not a duplicate.
validations:
required: true
- type: textarea
attributes:
label: Operating System
description: What operating system are you using?
placeholder: "Example: macOS Big Sur"
value: operating system
validations:
required: true
- type: textarea
attributes:
label: Server Software Version/Commit
description: What Server Software Version/Commit are you using?
placeholder: "Example: 1.0.0/39b4cb3"
value: version/commit
validations:
required: true
---

- [ ] I've searched existing issues and couldn't find a duplicate.

**Describe the bug**
A clear and concise description of what the bug is.

Expand All @@ -17,10 +38,5 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.

**Environment (please complete the following information):**

- Operating System: [e.g., Windows 10, macOS Monterey, Ubuntu 22.04]
- Server Software Version/Commit: [e.g., 1.0.0/39b4cb3]

**Additional context**
Add any other context about the problem here.

0 comments on commit 9c5736a

Please sign in to comment.