Skip to content

Commit a783334

Browse files
committed
Add issue template
1 parent 21f7014 commit a783334

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!-- Please fill the following template -->
2+
3+
### Version information
4+
5+
* fluent-ffmpeg version:
6+
* ffmpeg version:
7+
* OS:
8+
9+
### Code to reproduce
10+
11+
```js
12+
13+
14+
```
15+
16+
(note: if the problem only happens with some inputs, include a link to such an input file)
17+
18+
### Expected results
19+
20+
21+
22+
### Observed results
23+
24+
25+
26+
### Checklist
27+
28+
<!-- you may delete that checklist when you have checked everything -->
29+
30+
* [ ] I have read the [FAQ](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/wiki/FAQ)
31+
* [ ] I tried the same with command line ffmpeg and it works correctly (hint: if the problem also happens this way, this is an ffmpeg problem and you're not reporting it to the right place)
32+
* [ ] I have included full stderr/stdout output from ffmpeg

0 commit comments

Comments
 (0)