59 lines
2 KiB
YAML
59 lines
2 KiB
YAML
name: Condition Adverse to Quality
|
|
about: File a CAQ report
|
|
title: '[CAQ]: '
|
|
ref: 'main'
|
|
labels:
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this CAQ report! Quality is a top priority here.
|
|
- 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
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What is the condition that you consider adverse to quality?
|
|
description: Also tell us, what did you expect to happen?
|
|
placeholder: Tell us what you see!
|
|
value: 'A material was defective!'
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: classification
|
|
attributes:
|
|
label: Classification
|
|
description: How is this condition being classified?
|
|
options:
|
|
- Not adverse to quality
|
|
- Adverse to quality
|
|
- Significantly adverse to quality
|
|
visible: [content]
|
|
- type: textarea
|
|
id: cause
|
|
attributes:
|
|
label: Cause of adverse condition
|
|
description: What was the cause of the condition? (Required only when classified as 'Significantly adverse to quality')
|
|
visible: [content]
|
|
- type: textarea
|
|
id: corrective-action
|
|
attributes:
|
|
label: Corrective action taken
|
|
description: What action(s) were taken to preclude repetition? (Required only when classified as 'Significantly adverse to quality')
|
|
visible: [content]
|
|
- type: checkboxes
|
|
id: reporting
|
|
visible: [content]
|
|
attributes:
|
|
label: Reporting
|
|
description: Reporting to management (Required only when 'Significant')
|
|
options:
|
|
- label: This condition has been reported to the appropriate levels of management
|
|
- label: The cause of the condition has been reported to the appropriate levels of management
|
|
- label: The corrective actions taken have been reported to the appropriate levels of management
|