File: task.yaml

package info (click to toggle)
python-check-jsonschema 0.34.1-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 3,796 kB
  • sloc: python: 5,529; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Task
description: Describe a specific piece of work
type: Task
body:
  - type: markdown
    attributes:
      value: |
        **Before You Start...**

        - Read the [issue guidelines](https://github.com/Flexget/Flexget/blob/develop/.github/CONTRIBUTING.md#issues)
        - Check if there is already an issue about the task
  - type: textarea
    attributes:
      label: Summary
      description: >
        Provide a clear and concise description of the task.
    validations:
      required: true