mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-01 17:34:22 +08:00
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.
This commit is contained in:
parent
8f25c25c7a
commit
ba365d7247
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue