kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
docs: update bug report template
rodzic
2ca8b3904e
commit
15ee013c46
|
@ -1,7 +1,6 @@
|
||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
description: Report an issue or possible bug with Agentic
|
description: Report an issue or possible bug with Agentic
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
assignees: []
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -10,14 +9,16 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: What version of `Agentic` are you using?
|
label: Agentic Version
|
||||||
|
description: What version of agentic are you using?
|
||||||
placeholder: 0.0.0
|
placeholder: 0.0.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: node-version
|
id: node-version
|
||||||
attributes:
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
Ładowanie…
Reference in New Issue