From 2f3f286bb91a73028da95e31a509aef7b149061c Mon Sep 17 00:00:00 2001 From: Bill Little Date: Tue, 8 Sep 2020 05:45:24 +0100 Subject: [PATCH] Add template collapsible markdown section --- .github/ISSUE_TEMPLATE/bug-report.md | 9 +++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9bb783574f..77f3b24bfa 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -29,3 +29,12 @@ Steps to reproduce the behaviour: ## Additional context +
+Click to expand this section... + +``` +Add additional verbose information in a collapsible section. +``` +See [here](https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab) for further details. +
+ diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index e8b1c3894c..aa54ae87a9 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -16,3 +16,12 @@ assignees: '' ## Additional context +
+Click to expand this section... + +``` +Add additional verbose information in a collapsible section. +``` +See [here](https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab) for further details. +
+