Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinfrlch authored Feb 24, 2025
1 parent 1447703 commit 29dcdcd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
19 changes: 13 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,34 @@ assignees: ''

---

<!-- Use the error message as the title -->
<!-- This issue template is not a suggestion! Please fill out all fields. -->
<!-- Give this issue a meaningful title -->
<!-- This issue template is not a suggestion! Please fill out all fields. Issues with incomplete information may be closed!-->

### Description
<!-- A clear and concise description of what the issue is. -->

<!-- Type the LLM Vision version number below -->
<!-- Type the LLM Vision Integration version number below -->
**Version**:

### Action Call
<!-- Paste your service call below -->
<!-- If the issues occurs when calling an action, paste your action call below -->
```yaml

Paste your action call

```

### Logs
<!-- Paste logs. Debugging must be enabled! Without this, your issue will be very hard to fix! Check the debugging section in the readme to learn how to enable debugging. -->
<!-- Paste logs from 'llmvision'. Debugging must be enabled! Without this, your issue will be very hard to fix! Check the debugging section in the readme to learn how to enable debugging. -->
```
Paste relevant logs here
Paste logs here
```

### Reproduction steps
<!-- Describe step by step how to reproduce the issue -->
1.
2.
3.
...
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: "[Add FEATURE]"
labels: feature request
assignees: ''

---

<!-- This template is not a suggestion! Please fill out all required fields, otherwise this request will be closed.-->

**Is your feature request related to a problem? Please describe.**
<!-- 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.-->

**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.-->
**Documentation**
<!-- Provide additional resources such as documentation. E.g. if you're requesting a new provider, link to their API docs etc.-->

0 comments on commit 29dcdcd

Please sign in to comment.