Update issue templates #17

Merged
HideyoshiNakazone merged 1 commits from project/adds-issue-template into main 2025-06-12 03:45:39 +00:00
2 changed files with 42 additions and 0 deletions
Showing only changes of commit 21c4e4ab75 - Show all commits

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

@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Title Here"
labels: enhancement
assignees: HideyoshiNakazone
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment Information:**
- Python:
- Jambo Version:
- Pydantic:
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE REQUEST] Title Here"
labels: enhancement
assignees: HideyoshiNakazone
---
**Is this a [Json Schema](https://json-schema.org/specification) Keyword that is missing?** [yes|no]
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.