Adding a CAQ template
This commit is contained in:
commit
fb0dd8668e
1 changed files with 65 additions and 0 deletions
65
.forgejo/ISSUE_TEMPLATE/CAQ.yml
Normal file
65
.forgejo/ISSUE_TEMPLATE/CAQ.yml
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
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.
|
||||
# some markdown that will only be visible once the issue has been created
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This issue was created by an issue **template** :)
|
||||
visible: [content]
|
||||
- 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: corrective-action
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue