blob: 569244bced2a2eadc9773a3160a3d34a3949d73f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
---
name: Bug report
about: Create a report to help improve asciinema
title: ''
labels: ''
assignees: ''
---
To make life of the project maintainers easier please submit bug reports only.
This is bug tracker for asciinema cli (aka recorder). If your issue seems to be with another component (js player, server) then open an issue in related repository. If you're experiencing issue with asciinema server running at asciinema.org then contact admin@asciinema.org.
Ideas, feature requests, help requests, questions and general discussions should be discussed in project's Discussions instead: https://github.com/orgs/asciinema/discussions
If you think you've found a bug or regression, go ahead and delete this message and fill in the details below.
-----
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. ...
2. ...
3. ...
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Versions:**
- OS: [e.g. macOS 12.6, Ubuntu 23.04]
- asciinema cli: [e.g. 2.2.0]
**Additional context**
Add any other context about the problem here.
|