22 lines
545 B
YAML
22 lines
545 B
YAML
name: Choreography Problem
|
|
about: A template for discussing choreography problems
|
|
title: "[Chapter XX]: "
|
|
labels:
|
|
- bug
|
|
- "help wanted"
|
|
body:
|
|
- type: input
|
|
id: where
|
|
attributes:
|
|
label: On what line did this bug occour?
|
|
placeholder: "I \"This shit fucks and sucks!\""
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: what
|
|
attributes:
|
|
label: "What happened?"
|
|
placeholder: "The expression \"Inco Sad\" was used at a time when it shouldn't have been used."
|
|
validations:
|
|
required: true
|