Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Something isn't working as expected
title: '[BUG] '
labels: bug
assignees: over2take
---

**Describe the bug**
A clear description of what went wrong.

**Steps to reproduce**
1. Go to '...'
2. Click '...'
3. See error

**Expected behavior**
What you expected to happen.

**Screenshots**
If applicable, add screenshots.

**Environment**
- Install method: Docker / Manual
- Browser:
- OS:
- Version (bottom of the sidebar):
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature Request
about: Suggest an idea or improvement
title: '[FEATURE] '
labels: enhancement
assignees: over2take
---

**What problem does this solve?**
A clear description of the problem or limitation.

**Describe the solution you'd like**
What you want to happen.

**Alternatives considered**
Any other approaches you've thought about.

**Additional context**
Screenshots, mockups, or examples if relevant.
Loading