From c28f74b5a579b8007ce124eb37b415029d2632bf Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sat, 26 Aug 2023 10:54:47 -0700 Subject: [PATCH] Render TAF report in issue template as code block --- .gitea/issue_template/parser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/issue_template/parser.yaml b/.gitea/issue_template/parser.yaml index b939aef..55ba4d7 100644 --- a/.gitea/issue_template/parser.yaml +++ b/.gitea/issue_template/parser.yaml @@ -9,6 +9,7 @@ body: id: what-happened attributes: label: What happened? + description: What did you expect to happen? validations: required: true - type: textarea @@ -16,6 +17,7 @@ body: attributes: label: Paste the TAF report you tried to parse. description: If you used the automatic fetch feature, you can get the original report from https://beta.aviationweather.gov/. + render: text validations: required: true - type: input