Skip to content

Commit fe7e518

Browse files
committed
chore: update issue templates
1 parent f15596f commit fe7e518

13 files changed

+94
-594
lines changed

.github/ISSUE_TEMPLATE/Bug Report Template.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Documentation Template.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Feature Request Template.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Question Template.md

Lines changed: 0 additions & 62 deletions
This file was deleted.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report a bug or unexpected behavior
4+
title: ""
5+
type: Bug
6+
projects: ["5"]
7+
assignees: ""
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. See error
18+
19+
**Expected behavior**
20+
A clear description of what you expected to happen.
21+
22+
**Environment**
23+
- Component: [langwatch/langwatch_nlp/langwatch_mcp_server/langwatch_sdk_python/langwatch_sdk_typescript/langwatch_sdk_go]
24+
- Version: [e.g. v1.2.3]
25+
- Browser/OS: [if applicable]
26+
27+
**Additional context**
28+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/chore.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: 🔧 Chore
3+
about: Maintenance tasks, refactoring, or technical debt
4+
title: ""
5+
type: Task
6+
projects: ["5"]
7+
assignees: ""
8+
---
9+
10+
**Description**
11+
What maintenance task or technical work needs to be done?
12+
13+
**Context**
14+
Why is this task needed? Any background or related issues?
15+
16+
**Scope**
17+
What components or areas does this affect?
18+
- [ ] Dependencies
19+
- [ ] Build/CI
20+
- [ ] Documentation
21+
- [ ] Code quality
22+
- [ ] Infrastructure
23+
- [ ] Other: __________
24+
25+
**Additional context**
26+
Any specific requirements or constraints?

0 commit comments

Comments
 (0)