mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Update issue templates
This commit is contained in:
parent
61e68ffe9d
commit
552390f298
1 changed files with 28 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue