From fd2172873219ba6b93dd724efda711c36051ba4e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 Jan 2025 19:12:46 -0500 Subject: [PATCH] Update 1-bug_report.yml --- .github/ISSUE_TEMPLATE/1-bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index e962d705..00a14e6a 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -27,7 +27,7 @@ body: id: steps_to_reproduce attributes: label: Steps to reproduce - description: Please include the exact steps you took to trigger the issue (including any shell commands run, URLs visited, buttons clicked, etc.). + description: Please provide the exact steps you took to trigger the issue (including any shell commands run, URLs visited, buttons clicked, etc.). render: markdown placeholder: | 1. Started ArchiveBox by running: `docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox` in iTerm2