GitRoot

Craft your forge, Build your project, Grow your community freely
 1---
 2pluginName: Ladybug
 3pluginBaseline: Some ladybugs hunt aphids. Our Ladybug hunts bugs.
 4homepage: /app/plugins/ladybug/
 5docpage: /app/plugins/ladybug/doc.html
 6changelog: /app/plugins/ladybug/CHANGELOG.html
 7---
 8
 9# Documentation
10
11## Configuration
12
13```yml
14configuration:
15  metadata:
16    - default: autogenerated
17      mandatory: true
18      name: id
19      type: crc16
20    - default: 50.0
21      mandatory: true
22      name: priority
23      type: int
24    - default: null
25      mandatory: false
26      name: assignee
27      type: user
28    - default: triage
29      mandatory: false
30      name: status
31      type: string
32    - default: issue
33      mandatory: false
34      name: kind
35      type: string
36```