chore: add repository templates

This commit is contained in:
ginnoir
2026-06-11 17:08:21 -05:00
parent ec8f857845
commit 384bd0c549
4 changed files with 107 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
name: Feature
about: New gameplay, UI, workflow, or infrastructure work.
title: "feat: "
labels:
- type/feat
body:
- type: markdown
attributes:
value: |
Keep code-level implementation details here. Put durable design decisions in the Obsidian vault.
- type: textarea
id: outcome
attributes:
label: Outcome
description: What should be true when this is done?
validations:
required: true
- type: textarea
id: scope
attributes:
label: Scope
description: Files, systems, or flows expected to change.
validations:
required: true
- type: textarea
id: verification
attributes:
label: Verification
description: Commands, browser checks, or live checks required.
validations:
required: true