blob: c81e6682b40851f4fe089516276055a8d6fc57f3 [file] [log] [blame]
name: Bug Report
description: File a bug report
title: "[Bug]: "
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: output log
attributes:
label: Relevant log output
description: Please copy and paste any relevant standard log output.
render: shell
- type: textarea
id: output log
attributes:
label: cTAKES.error.log contents
description: Please copy and paste contents of the cTAKES.error.log file in your cTAKES root directory.
render: shell
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- 5.0.0
validations:
required: true
- type: dropdown
id: system
attributes:
label: What operating system are you seeing the problem on?
multiple: true
options:
- Windows
- Linux
- Mac
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false