Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
\---



name: Bug Report

about: Report incorrect or unexpected behavior

\----------------------------------------------



\## PR Link



\## What happened?



\## Expected result



\## Decision output



\## Trace



\## Determinism check (same result on re-run?)



32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/contract_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
\---



name: Contract Issue

about: Problem with contract logic

\----------------------------------



\## Contract name



\## Input (PR / payload)



\## Expected decision



\## Actual decision



\## Trace



24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
\---



name: Feature Request

about: Suggest improvement

\--------------------------



\## Problem



\## Proposed solution



\## Use case



Loading
Loading