Unverified Commit 1dc15ce2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Add input types (#981)

parent 4145e811
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ body:
    attributes:
      label: Docker compose
      description: The compose file (or otherwise the `docker run` command used).
      render: yaml
    validations:
      required: true
  - type: textarea
@@ -28,6 +29,7 @@ body:
    attributes:
      label: Docker log
      description: The logfile of the container (as shown by `docker logs dsm`).
      render: shell
    validations:
      required: true
  - type: textarea
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ body:
    attributes:
      label: Docker compose
      description: The compose file (or otherwise the `docker run` command used).
      render: yaml
    validations:
      required: true
  - type: textarea
@@ -30,6 +31,7 @@ body:
    attributes:
      label: Docker log
      description: The logfile of the container (as shown by `docker logs dsm`).
      render: shell
    validations:
      required: true
  - type: textarea