From 913b2389277cccf20863da6e5fe9c878a9d99277 Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Fri, 20 Mar 2026 16:41:30 -0400 Subject: [PATCH] Add triple backticks to the bug report template --- .../.github/ISSUE_TEMPLATE/1-bug_report.md.jinja | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md.jinja b/python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md.jinja index 7b87a11..b6752d2 100644 --- a/python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md.jinja +++ b/python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md.jinja @@ -15,7 +15,9 @@ assignees: ''
Traceback +``` FILL IN YOUR STACK TRACE HERE +```