blob: f196e33cfb6eb4d45b6c4e5492cf73cdf272cc92 [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: ctakes-error-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.1.0
- 7.0.0-SNAPSHOT
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