Update 2-feature_request.yml
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled

This commit is contained in:
Nick Sweeting 2024-11-22 18:29:58 -05:00 committed by GitHub
parent 44d337a167
commit 22901406aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,10 +57,11 @@ body:
- type: textarea - type: textarea
id: version id: version
attributes: 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: | description: |
We need to know what version of ArchiveBox and what OS you're currently using in order to contextualize your feature request. DO NOT JUST ENTER "the latest verion" OR YOUR ISSUE WILL BE CLOSED.
Sometimes we've already fixed the issues in newer BETA versions, sometimes features already exist but may not be available in specific environments/versions. 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*). 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` For Docker Compose run: `docker compose run archivebox version`