Update issue templates

This commit is contained in:
paul-gauthier 2024-01-10 07:55:33 -08:00 committed by GitHub
parent 61e68ffe9d
commit 552390f298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,28 @@
---
name: Bug report
about: Create a bug report to help improve aider
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Aider version and settings**
Please include:
- Aider version
- Model being used (`gpt-4-xxx`, etc)
- Other switches or settings.
Ideally just copy & paste the announcement lines that aider prints when you launch it, like these:
```
Aider v0.21.2-dev
Model: gpt-4-0613 using diff edit format
Git repo: .git with 134 files
Repo-map: using 1024 tokens
Use /help to see in-chat commands, run with --help to see cmd line args
```