From e9ca59ac9a5eb41f03092c8edf63e1b398137571 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Thu, 8 Oct 2020 22:27:35 -0400 Subject: [PATCH] github: add spoiler tags to issue template - 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 cad1bc63..f4ef7835 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -11,16 +11,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: + + + +