From 22901406aab8d2407b3e0981665a3579dd22a257 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 22 Nov 2024 18:29:58 -0500 Subject: [PATCH] Update 2-feature_request.yml --- .github/ISSUE_TEMPLATE/2-feature_request.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml index def1b457..65d07096 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -57,10 +57,11 @@ body: - type: textarea id: version attributes: - label: What version of ArchiveBox are you currently using? + label: Share the entire output of the `archivebox version` command for the current verison you are using. description: | - We need to know what version of ArchiveBox and what OS you're currently using in order to contextualize your feature request. - Sometimes we've already fixed the issues in newer BETA versions, sometimes features already exist but may not be available in specific environments/versions. + DO NOT JUST ENTER "the latest verion" OR YOUR ISSUE WILL BE CLOSED. + We need to know what version of ArchiveBox and what feature flags you're currently running with in order to contextualize your feature request. + Sometimes we've already fixed the issues in newer BETA versions, sometimes features already exist but may not be available in your specific environment. Run the `archivebox version` command inside your current collection dir and paste the *full output* here (*not just the version number*). For Docker Compose run: `docker compose run archivebox version`