From 15ee013c46901e3647d7acc89a3588f8ce6d5f68 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Thu, 22 Jun 2023 09:35:54 -0400 Subject: [PATCH] docs: update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b1f79baf..f1518194 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: 🐛 Bug Report description: Report an issue or possible bug with Agentic labels: [bug] -assignees: [] body: - type: markdown attributes: @@ -10,14 +9,16 @@ body: - type: input id: version attributes: - label: What version of `Agentic` are you using? + label: Agentic Version + description: What version of agentic are you using? placeholder: 0.0.0 validations: required: true - type: input id: node-version attributes: - label: What Node.js / npm version(s) are you using? + label: Node.js / npm Version + description: What Node.js / npm version(s) are you using? validations: required: true - type: input