Update issue templates

This commit is contained in:
d34dscene
2025-09-24 22:48:37 +02:00
committed by GitHub
parent 28ee35c3fa
commit bd741c1437
2 changed files with 95 additions and 0 deletions

56
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,56 @@
---
name: Bug report
about: Somethings not working as expected. Help us squash it.
title: "\U0001F41B"
labels: ''
assignees: d34dscene
---
### 🐛 Describe the bug
A clear and concise description of what went wrong. Bonus points if you also describe *what you thought should happen* in one sentence.
---
### 🔄 Steps to reproduce
Help us recreate the bug. The clearer, the faster we fix it.
---
### ✅ Expected behavior
What *should* have happened instead?
---
### 📸 Logs / Screenshots
* Screenshots if its visual.
* Logs, error messages, or stack traces if its CLI/server related.
(Use fenced code blocks for logs: \`\`\`bash … \`\`\`)
---
### 🖥️ Environment
Please complete the relevant section:
**Desktop / Server**
* OS & version: (e.g., Fedora 39, Ubuntu 22.04)
* Go version (if relevant):
* Project version / commit hash:
---
### ⚙️ Config details
If config or environment variables matter, share the minimal snippet to reproduce (sanitize secrets).
---
### Additional context
Anything else we should know? Links, related issues, “works on my machine” memes, etc.

View File

@@ -0,0 +1,39 @@
---
name: Feature request
about: Suggest an idea or improvement for Mantrae.
title: "\U0001F4A1"
labels: ''
assignees: d34dscene
---
### 💡 The problem
Is this feature solving a real pain point, or just a nice to have?
Who benefits from this feature? (just you, most users, specific edge cases?)
Explain the problem youre running into.
---
### 🚀 The pitch
What do you want to happen?
Be as specific as possible. Mockups, CLI flags, or pseudo-configs are welcome.
---
### 🔄 Alternatives considered
If you hacked around this, what did you try? Why wasnt it good enough?
---
### 📸 Mockups / Examples
(Optional) Share sketches, commands, config snippets, or links to other tools that do this well.
---
### Additional context
Anything else we should know? Roadblocks, memes, or related issues.