From 6adca829aa5640972f2aff57351adc9aa9d3ab2d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 2 Nov 2024 15:47:40 -0400 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 69e1c92a..9a895fdb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -87,7 +87,6 @@ body: - type: checkboxes id: filesystem attributes: - label: Using a network filesystem? description: Is your ArchiveBox data on a network filesystem (e.g. NFS/SMB/CIFS/etc. or FUSE/RClone/S3/B2/OneDrive/etc.)? options: - label: Using a network filesystem @@ -109,7 +108,7 @@ body: - Other - type: textarea - id: configuration + id: docker_compose_yml attributes: label: "`docker-compose.yml` file" description: "If using Docker, please share your `docker-compose.yml` file (or the `docker run ...` command you use)."