Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-dorzo authored Jan 16, 2025
1 parent 12b3dd4 commit b2172eb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 47 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

# Description
A clear and concise description of what the bug is.

# How to Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

# Expected Behavior
A clear and concise description of what you expected to happen.

# Screenshots (if applicable)
If applicable, add screenshots to help explain your problem.

# System Environment
- OS: [e.g. iOS]
- Python version (e.g. 3.12)
- Parlant version (e.g. 1.5.1)
- Browser [e.g. chrome, safari] (if applicable)

# Discussion
Add any other context or open questions about the problem here.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

15 changes: 6 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
title: "[ENHANCEMENT] <Replace this with a descriptive title>"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
# Motivation
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
# Solution Proposal
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
# Discussion
Add any other context, important questions, alternatives, or screenshots about the feature request here.

0 comments on commit b2172eb

Please sign in to comment.