Loading .github/ISSUE_TEMPLATE/1-issue.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading .github/ISSUE_TEMPLATE/3-bug.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading
.github/ISSUE_TEMPLATE/1-issue.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
.github/ISSUE_TEMPLATE/3-bug.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading