mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
Update issue templates
This commit is contained in:
56
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
56
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Something’s 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 it’s visual.
|
||||
* Logs, error messages, or stack traces if it’s 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.
|
||||
39
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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 you’re 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 wasn’t 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.
|
||||
Reference in New Issue
Block a user