From 4d2e7fd8d4e2b4610194e73cec63252260549ad4 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Thu, 15 Oct 2020 11:14:45 -0400 Subject: [PATCH] github: add spoiler tags to issue template (#244) - long logs of output or long configs are hard on the eyes and make it difficult to read through issues as they just take up so much space - so it would be better, in my opinion, to hide them by default with spoiler tags, which can be opened up when further investigation is warranted - some issue authors have already used this pattern, this just brings it to the template itself so everyone (hopefully) starts using it --- .github/issue_template.md | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index be4db84..9bc2437 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -20,16 +20,40 @@ #### rollup.config.js - + +
+ `rollup.config.js`: + + + +
#### tsconfig.json - + +
+ `tsconfig.json`: + + + +
#### package.json - + +
+ `package.json`: + + + +
#### plugin output with verbosity 3 +
+ plugin output with verbosity 3: + + + +