From 3f156545990a8db8e99f7da776768baab7950c0d Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 21 Feb 2022 20:26:39 -0800 Subject: [PATCH] Updated bug report template [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index eebf9d7..a6e5e99 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,9 @@ gemfile do gem "activejob", require: "active_job" gem "sqlite3" gem "searchkick", git: "https://github.com/ankane/searchkick.git" - gem "elasticsearch" # or "opensearch-ruby" + # uncomment one + # gem "elasticsearch" + # gem "opensearch-ruby" end puts "Searchkick version: #{Searchkick::VERSION}" -- libgit2 0.21.0