mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 11:54:51 -06:00
update templates
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,14 +1,13 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Something’s not working as expected. Help us squash it.
|
||||
about: Something’s not working as expected.
|
||||
title: "\U0001F41B"
|
||||
labels: ''
|
||||
labels: ""
|
||||
assignees: d34dscene
|
||||
|
||||
---
|
||||
|
||||
<!-- ⚠️ STOP. READ THIS FIRST.
|
||||
If you’re just stuck (e.g. can’t log in, config confusion, Docker woes) — this is *not* a bug.
|
||||
<!-- ⚠️ STOP. READ THIS FIRST.
|
||||
If you’re just stuck (e.g. can’t log in, config confusion, Docker woes) — this is *not* a bug.
|
||||
Go to Discussions instead. Issues are for reproducible code problems only.
|
||||
-->
|
||||
|
||||
@@ -22,9 +21,9 @@ Go to Discussions instead. Issues are for reproducible code problems only.
|
||||
|
||||
### Environment
|
||||
|
||||
- OS:
|
||||
- App version / commit:
|
||||
- How you ran it: Docker / Binary / Other
|
||||
- OS:
|
||||
- App version / commit:
|
||||
- How you ran it: Docker / Binary / Other
|
||||
|
||||
### Logs or errors
|
||||
|
||||
|
||||
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,39 +1,33 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea or improvement for Mantrae.
|
||||
title: "\U0001F4A1"
|
||||
labels: ''
|
||||
title: "✨"
|
||||
labels: ""
|
||||
assignees: d34dscene
|
||||
|
||||
---
|
||||
|
||||
### 💡 The problem
|
||||
<!-- ⚠️ STOP. READ THIS FIRST.
|
||||
Feature requests should be:
|
||||
- Small and well-scoped
|
||||
- Incremental improvements
|
||||
- Not a rewrite or major architectural change
|
||||
|
||||
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.
|
||||
If this is a big idea, long-term direction, start a Discussion instead.
|
||||
-->
|
||||
|
||||
---
|
||||
### What’s missing?
|
||||
|
||||
### 🚀 The pitch
|
||||
<!-- Describe the feature or improvement you'd like to see. Keep it concise. -->
|
||||
|
||||
What do you want to happen?
|
||||
Be as specific as possible. Mockups, CLI flags, or pseudo-configs are welcome.
|
||||
### Why is this useful?
|
||||
|
||||
---
|
||||
<!-- Explain the problem this solves or the workflow it improves. -->
|
||||
|
||||
### 🔄 Alternatives considered
|
||||
### Proposed solution (optional)
|
||||
|
||||
If you hacked around this, what did you try? Why wasn’t it good enough?
|
||||
<!-- If you have an idea how this could work, outline it briefly.
|
||||
High-level is fine, no need for full design docs. -->
|
||||
|
||||
---
|
||||
### Mockups / Examples (optional)
|
||||
|
||||
### 📸 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.
|
||||
<!-- Share sketches, commands, config snippets, or links to other tools that do this well. -->
|
||||
|
||||
Reference in New Issue
Block a user