juju / python-libjuju

Python library for the Juju API
Apache License 2.0
57 stars 93 forks source link

Fix multiline description in textarea in bug template GH workflow #1041

Closed cderici closed 2 months ago

cderici commented 3 months ago

Description

Fixes the bug in the bug template yml. Apparently the indentation + the quotes in the message caused the yml parser to interpret the line as a new field and barf.

QA Steps

No functional changes. Just updating the bug template.

I tried to put the yaml in an online validator and was able to see the same parsing issue. The issue went away after I applied the changes here and revalidated. Maybe that would help QA it as well.

cderici commented 2 months ago

/merge