Have you found an issue in Grafana and thinking on reporting a bug? Please help us to understand and reproduce the issue so we can help you resolve it quicker by providing as much info as possible.
One way of doing this is to record a video that showcase the issue and attach it to the bug report as a gif image. This guide explains some simple steps on how to do that.
Step 1 - Get a screen recording program with gif support:
MacOS: https://getkap.co
Linux: https://github.com/phw/peek
Windows: https://www.screentogif.com/
Step 2 - Record the Grafana part of your screen when reproducing the issue:
Depending on the program being used you can either get a gif image or a link to a gif image after you have completed your recording. Save this so it can be used in step 3.
Step 3 - Attach it to your github issue:
If you have a gif image stored on your computer you can attach it to the git issue by dragging it to the textarea of the issue. It works for both the issue description or a comment.
If you have a link to a gif image you can simply add it by inlining it with markdown
![alt text](https://url-to-image.com/image.gif)
Step 4 - You are done:
Thanks for helping us improve Grafana!