From 552390f298f45ec2a673255adb655fc0aff0bfc8 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:55:33 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..29b00dea8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 +```