From f5ae1759b6115270c41e04fc1fdfefb13b2c0b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Mon, 23 Jun 2025 23:51:47 +0530 Subject: [PATCH] Add model name (#8718) --- .github/ISSUE_TEMPLATE/bug_template.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_template.yml b/.github/ISSUE_TEMPLATE/bug_template.yml index 2e6be26ded..1889e7306e 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_template.yml @@ -45,6 +45,13 @@ body: description: What version of OpenHands are you using? placeholder: ex. 0.9.8, main, etc. + - type: input + id: model-name + attributes: + label: Model Name + description: What model are you using? + placeholder: ex. gpt-4o, claude-3-5-sonnet, openrouter/deepseek-r1, etc. + - type: dropdown id: os attributes: