Skip to content

Commit ad981bf

Browse files
committed
Add issue templates
1 parent 14bea11 commit ad981bf

4 files changed

Lines changed: 88 additions & 1 deletion

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Report an error or unexpected behavior
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
## Steps to reproduce
10+
11+
1.
12+
2.
13+
14+
## Actual behavior
15+
16+
<!-- What happens? -->
17+
18+
## Expected behavior
19+
20+
<!-- What should happen? -->
21+
22+
## Other details (if any)
23+
24+
<!-- Specify other details that may help to understand the issue:
25+
- input type, e.g. video, audio, static image, etc. In effy press `y`, then `i` to copy info.
26+
- specified parameters, or a preset used in the program. In effy press `y`, then `p` to copy preset.
27+
- ffmpeg output. In effy press `y`, then `o` to copy output.
28+
- screenshots or recording
29+
-->
30+
31+
## System
32+
33+
- effy version:
34+
- ffmpeg version:
35+
- operating system:
36+
37+
## Logs (if applicable)
38+
39+
<!-- To collect logs, run:
40+
RUST_LOG=debug effy ...
41+
then check effy.log
42+
Attach it as a file, or provide necessary lines (usually last 20-30 lines)
43+
-->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## Is your feature request related to a specific problem?
10+
11+
<!-- Describe the problem you're trying to solve -->
12+
13+
## Describe the solution you'd like
14+
15+
<!-- Describe in detail how the solution would look like and how it should behave -->
16+
17+
## Are there any alternatives?
18+
19+
<!-- If the problem can be solved in multiple ways, describe the possible alternatives you've considered -->
20+
21+
## Additional context
22+
23+
<!-- Add any other context here -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Parameter request
3+
about: Suggest a parameter
4+
title: ''
5+
labels: ['enhancement', 'parameter']
6+
assignees: ''
7+
---
8+
9+
## What parameter do you want to add?
10+
11+
<!-- Describe briefly what parameter you want to add -->
12+
13+
## Is this parameter directly related to a specific FFmpeg filter or option?
14+
15+
<!-- If yes, please provide the filter or option name and a link to its documentation:
16+
https://ffmpeg.org/ffmpeg.html or https://ffmpeg.org/ffmpeg-filters.html -->
17+
18+
## Details
19+
20+
<!-- Provide as much information as possible about the parameter you want to add.
21+
Include examples of how you would use it and what you expect the result to be -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A small and friendly terminal FFmpeg helper that simplifies common tasks.
99
<div align="center">
1010

1111
[![effy TUI](../docs/docs/assets/effy.png?raw=true)
12-
<sup>**Click to view GIF**</sup>](../docs/docs/assets/main.gif?raw=true)
12+
<sup>**Click to view GIF**</sup>](https://raw.githubusercontent.com/aNNiMON/effy/refs/heads/docs/docs/assets/main.gif)
1313

1414
</div>
1515

0 commit comments

Comments
 (0)