2023-08-26 17:46:46 +00:00
|
|
|
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?
|
2023-08-26 17:54:47 +00:00
|
|
|
description: What did you expect to happen?
|
2023-08-26 17:46:46 +00:00
|
|
|
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/.
|
2023-08-26 17:54:47 +00:00
|
|
|
render: text
|
2023-08-26 17:46:46 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: commit
|
|
|
|
attributes:
|
|
|
|
label: What git commit were you using?
|
|
|
|
description: Leave it empty if you don't know
|