Initial commit
This commit is contained in:
35
data/components/prepare.yaml
Normal file
35
data/components/prepare.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
- id: values
|
||||
title: "Values"
|
||||
description: "Core values that guide the dispute resolution process"
|
||||
stageId: prepare
|
||||
order: 1
|
||||
fields:
|
||||
- id: valuesText
|
||||
type: text
|
||||
label: "What values guide your dispute resolution process?"
|
||||
placeholder: "List the values that inform your approach to conflict..."
|
||||
required: true
|
||||
|
||||
- id: agreements
|
||||
title: "Agreements"
|
||||
description: "Agreements about how conflicts will be handled"
|
||||
stageId: prepare
|
||||
order: 2
|
||||
fields:
|
||||
- id: agreementsText
|
||||
type: text
|
||||
label: "What agreements do community members make about handling conflicts?"
|
||||
placeholder: "Describe the agreements community members make about how conflicts will be handled..."
|
||||
required: true
|
||||
|
||||
- id: skills
|
||||
title: "Skills"
|
||||
description: "Skills needed for handling disputes effectively"
|
||||
stageId: prepare
|
||||
order: 3
|
||||
fields:
|
||||
- id: skillsText
|
||||
type: text
|
||||
label: "What skills do community members need for handling disputes?"
|
||||
placeholder: "Describe the skills that community members should develop..."
|
||||
required: true
|
Reference in New Issue
Block a user