docs: update bug report template

Philipp Burckhardt 2023-06-22 09:35:54 -04:00
rodzic 2ca8b3904e
commit 15ee013c46
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A2C3BCA4F31D1DDD
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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