From c9972722b7a31459b575680437635573f33c89a8 Mon Sep 17 00:00:00 2001 From: Ilya Antipenko Date: Wed, 28 Nov 2018 01:02:03 +0200 Subject: [PATCH 1/2] Add command to show package version on GH --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1754f553..19aa2c07 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ --> ### Configuration -**version:** [package version] +**version:** [result of `npm view website-scraper version` command] **options:** [provide your full options object] ```js From 8469b63ee2aa6372e816b358fc82b516cc07d9a9 Mon Sep 17 00:00:00 2001 From: Sophia Antipenko Date: Fri, 7 Dec 2018 19:01:27 +0200 Subject: [PATCH 2/2] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 19aa2c07..9d381ab6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ --> ### Configuration -**version:** [result of `npm view website-scraper version` command] +**version:** [result of `npm ls website-scraper --depth 0` command] **options:** [provide your full options object] ```js @@ -26,4 +26,5 @@ ### Additional Information -[Any additional information configuration or data that might be necessary to reproduce the issue] +[Any additional information, configuration or data that might be necessary to reproduce the issue] +