Skip to content

Commit

Permalink
Update the bug template to include logs
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 26, 2025
1 parent 64c580c commit eb78db7
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug]"
title: "[Bug] "
labels: bug
assignees: ''

assignees: ""
---

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

**Checks**

- [ ] I've read the [troubleshooting guide](https://docs.getkiln.ai/docs/troubleshooting-and-logs)
- [ ] I've tried to reproduce the problem using another model, and confirmed it's not an issue specific to the model I've chosen.
- [ ] I've searched [the docs](https://docs.getkiln.ai) for a solution
- [ ] I've searched for existing Github issues
- [ ] I've searched for existing Github issues/discussions

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -28,10 +30,16 @@ A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Error Logs**
Please include the logs if the issue shows an error. State that no error is shown if there is no error.

https://app.gitbook.com/o/63UPvNXRQ4QyV9E5eioW/s/EJ4b8A4QiEQlOGbYkXDX/docs/troubleshooting-and-logs

**System Information:**
- OS: [e.g. Windows 11, MacOS]
- Browser [e.g. chrome, safari]
- Kiln app Version [e.g. v0.11.1]

- OS: [e.g. Windows 11, MacOS]
- Browser [e.g. chrome, safari]
- Kiln app Version [e.g. v0.11.1]

**Additional context**
Add any other context about the problem here.

0 comments on commit eb78db7

Please sign in to comment.