Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ksopyla authored Apr 13, 2024
1 parent 0731bd7 commit 1ca2f50
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ksopyla, WiolaGreen

---

**Describe the bug**
A clear and concise description of what the bug is.

**UI or backend**
- [ ] UI
- [ ] Backend
- [ ] Don't know


**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.




**Environment (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- PromptSail Version [e.g. v0.3] or Docker image tag
- Docker version:
-

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Trace or Error log**

Browser console log or backend Fast API logs (from docker logs or your terminal)

```
...
```

0 comments on commit 1ca2f50

Please sign in to comment.