chore: add repository templates
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
name: Content
|
||||
about: Story, balance, resource/action definitions, or prose work.
|
||||
title: "content: "
|
||||
labels:
|
||||
- type/content
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Story/design source of truth lives in the Obsidian vault. Link the relevant vault note or section.
|
||||
- type: textarea
|
||||
id: vault_context
|
||||
attributes:
|
||||
label: Vault Context
|
||||
description: Relevant Obsidian note or section.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: change
|
||||
attributes:
|
||||
label: Content Change
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: verification
|
||||
attributes:
|
||||
label: Verification
|
||||
description: Tests, review steps, or playtest checks.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user