row 1.0.0

Row is a command line tool that helps you manage workflows on HPC resources.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Task
description: A task that needs to be completed
labels: ['task']
body:
  - type: textarea
    attributes:
      label: Description
      description: What needs to be done?
    validations:
      required: true
  - type: textarea
    attributes:
      label: Motivation and context
      description: What additional information is helpful to understand this task?
    validations:
      required: true