From d49219626182cc86c4c0cb44b2556b8ec86429bd Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Thu, 8 Oct 2020 23:38:06 -0400 Subject: [PATCH] github: use envinfo for getting versions in issue reports - replace the version list with a copy+paste this envinfo command, copy back the output - uses a modified, shortened variant of something being used successfully downstream in TSDX: https://github.com/formium/tsdx/commit/349f299976141c7d4f0a71b22d998319e54a3c9d - this should make reporting versions zero-effort and thereby significantly decrease non-reporting by making the hard thing easy - personally have experienced issues that didn't report but version was very relevant to the issue - also some folks report "latest" or used carets, which lack posterity or are confusing --- .github/issue_template.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index cad1bc63..be4db84f 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,13 +1,22 @@ #### What happens and why it is wrong -#### Environment +#### Environment -#### Versions -- typescript: -- rollup: -- rollup-plugin-typescript2: +##### Versions + + + +```text + +``` #### rollup.config.js