From c56755ab8c15519e6afa4b878e33b027d9ba53e5 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sat, 26 Aug 2023 10:46:46 -0700 Subject: [PATCH] Add parser issue template --- .gitea/issue_template/parser.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitea/issue_template/parser.yaml diff --git a/.gitea/issue_template/parser.yaml b/.gitea/issue_template/parser.yaml new file mode 100644 index 0000000..b939aef --- /dev/null +++ b/.gitea/issue_template/parser.yaml @@ -0,0 +1,25 @@ +name: Parser Bug +about: File a report about a valid TAF report not parsing correctly +labels: + - Kind/Bug + - Theme/Parser + - Unconfirmed +body: + - type: textarea + id: what-happened + attributes: + label: What happened? + validations: + required: true + - type: textarea + id: taf-report + 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/. + validations: + required: true + - type: input + id: commit + attributes: + label: What git commit were you using? + description: Leave it empty if you don't know \ No newline at end of file