From 8af5dd177e5668200473d812cbdf9b9fa66eb636 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 29 Jan 2021 13:51:08 -0800 Subject: [PATCH] Move the code sample into an expandable section in the github issue template --- .github/issue_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index ff5a5ed9..c9b5f8ef 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -11,8 +11,12 @@ **Description of the problem**: - + + +
+ Code Example (click to expand) ```python # Put code sample here ``` +