Skip to content

Commit

Permalink
Create alarm-inspection-report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylergu authored Feb 29, 2024
1 parent c14c700 commit 4cdb726
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/alarm-inspection-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Alarm Inspection Report
description: An analysis report for the alarms produced by Acto
body:
- type: textarea
id: problem
attributes:
label: What happened?
description: |
Why did Acto raise this alarm? What happened in the state transition? Why Acto’s oracles raised an alarm?
validations:
required: true

- type: textarea
id: root-cause
attributes:
label: What did you expect to happen?
description: |
Why did the operator behave in this way? Please find the exact block in the operator source code resulting in the behavior.
validations:
required: true

- type: textarea
id: expected
attributes:
label: Root Cause
description: |
If it is a true alarm, how to fix it in the operator code? If it is a false alarm, how to fix it in Acto code?
validations:
required: true

0 comments on commit 4cdb726

Please sign in to comment.