Skip to content

Commit a045420

Browse files
Neoclaude
andcommitted
add: issue templates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 928c9e9 commit a045420

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Something is broken
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
**What happened**
10+
A clear description of the bug.
11+
12+
**Steps to reproduce**
13+
1.
14+
2.
15+
3.
16+
17+
**Expected behavior**
18+
What should have happened.
19+
20+
**Environment**
21+
- OS:
22+
- Python version:
23+
- Model provider:
24+
- 0pnMatrx version:
25+
26+
**Logs**
27+
Paste any relevant logs here.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature Request
3+
about: Suggest something new
4+
title: "[FEATURE] "
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
**What do you want**
10+
A clear description of the feature.
11+
12+
**Why it matters**
13+
Who does this help and how.
14+
15+
**Proposed implementation**
16+
Optional — any ideas on how this could be built.

0 commit comments

Comments
 (0)