livebook/.github/ISSUE_TEMPLATE.md
Eksperimental ba365d7247
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.
2021-12-16 19:08:35 +01:00

19 lines
663 B
Markdown

## Environment
<!-- Note: you can also find versions at the /dashboard route of your Livebook. -->
* Elixir & Erlang/OTP versions (elixir --version):
* Operating system:
* How have you started Livebook (mix phx.server, livebook CLI, Docker, etc):
* 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:
## Current behavior
Include detailed steps to reproduce error, errors and stacktraces if appropriate.
## Expected behavior
A short description on how you expect the code to behave.