From ba365d7247d3c2bb74863b3bf791083a970e491f Mon Sep 17 00:00:00 2001 From: Eksperimental Date: Thu, 16 Dec 2021 18:08:35 +0000 Subject: [PATCH] Improve command to show current commit (#809) It `git show` will show the changes, not just the commit. It may not be clear to users that they only need to include the commit id. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 92005ea6b..ae8458f65 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,7 +5,7 @@ * Elixir & Erlang/OTP versions (elixir --version): * Operating system: * How have you started Livebook (mix phx.server, livebook CLI, Docker, etc): -* Livebook version (use `git show` if running with mix): +* Livebook version (use `git rev-parse HEAD` if running with mix): * Browsers that reproduce this bug (the more the merrier): * Include what is logged in the browser console: * Include what is logged to the server console: