From 47327524be778a3a29dae065c97f54bcec035666 Mon Sep 17 00:00:00 2001 From: glax Date: Tue, 26 Sep 2023 18:47:02 +0200 Subject: [PATCH] body can not be empty? --- .github/ISSUE_TEMPLATE/bug_report.yml | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 82f4e09..82ead75 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,19 +3,19 @@ description: File a bug report title: "[It broke]: " labels: ["bug"] body: - - type: textarea - attributes: - label: What is broken? - description: What happened? How did we get here? - placeholder: The place where you tell me what you expected to happen, and what happened instead. - validations: - required: true - - type: textarea - attributes: - label: Log-output - description: The output of `docker logs tranga-api` - render: C# - - type: textarea - attributes: - label: Additional stuff - description: Screenshots, anything you think might help \ No newline at end of file +- type: textarea + attributes: + label: What is broken? + description: What happened? How did we get here? + placeholder: The place where you tell me what you expected to happen, and what happened instead. + validations: + required: true +- type: textarea + attributes: + label: Log-output + description: The output of `docker logs tranga-api` + render: C# +- type: textarea + attributes: + label: Additional stuff + description: Screenshots, anything you think might help \ No newline at end of file