Skip to content

Commit

Permalink
Update alarm-inspection-report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tylergu authored Feb 29, 2024
1 parent 33ed519 commit 5884845
Showing 1 changed file with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions .github/ISSUE_TEMPLATE/alarm-inspection-report.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
---
name: Alarm Inspection Report
about: An analysis report for the alarms produced by Acto
title: "[Alarm Inspection] "
labels: ''
assignees: ''
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

## What happened
Why did Acto raise this alarm?
What happened in the state transition?
Why Acto’s oracles raised an alarm?


## Root Cause
Why did the operator behave in this way? Please find the exact block in the operator source code resulting in the behavior.

## Expected behavior?
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?
- 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 5884845

Please sign in to comment.