mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-26 18:45:12 +00:00
The issue-body template was wrapped in a three-backtick fence while containing three-backtick HCL and Bash blocks, so the HCL example's closing fence terminated the wrapper early and the following fence swallowed the remaining workflow sections. Use a four-backtick wrapper so the nested blocks render intact. Co-authored-by: Aaron Powell <me@aaron-powell.com>