vibeflow-n8n/.github/ISSUE_TEMPLATE/rule-proposal.yml
2026-07-22 11:43:41 -03:00

33 lines
952 B
YAML

name: Policy rule proposal
description: Propose a deterministic check backed by exported workflow JSON
title: "rule: "
labels: [enhancement]
body:
- type: textarea
id: failure
attributes:
label: Production failure
description: What concrete failure would this rule prevent?
validations:
required: true
- type: textarea
id: evidence
attributes:
label: Static evidence
description: Which exported JSON fields prove the unsafe and safe cases?
validations:
required: true
- type: textarea
id: fixtures
attributes:
label: Minimal fixtures
description: Paste anonymized unsafe and safe examples, or link to a branch containing them.
validations:
required: true
- type: textarea
id: false-positives
attributes:
label: False-positive boundary
description: When should this rule deliberately stay silent?
validations:
required: true