Skip to content

Commit 3819b15

Browse files
committed
Update issue templates
1 parent 2cb681b commit 3819b15

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
```java
12+
// Example code
13+
```
14+
15+
**Expected behavior**
16+
A clear and concise description of what you expected to happen.
17+
18+
**Version (if applicable):**
19+
- OS: [e.g. Linux]
20+
- Java Version [e.g. 8]
21+
22+
**Additional context**
23+
Add any other context about the problem here.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Question
3+
about: Have a question on how to use ffmpeg-cli-wrapper
4+
5+
---
6+
7+
The ffmpeg-cli-wrapper library is a simple wrapper around the ffmpeg command line. If you have questions on how to use the library, please check out the [usage](https://github.com/bramp/ffmpeg-cli-wrapper#usage), or [random examples](https://github.com/bramp/ffmpeg-cli-wrapper/wiki/Random-Examples). If that doesn't solve your problem please fill out the following:
8+
9+
**The question**
10+
A clear and concise description of what you are trying to acheive.
11+
12+
**Example ffmpeg command**
13+
```shell
14+
ffmpeg -i input.mp4 output.mp4
15+
```
16+
17+
**What you have tried**
18+
What you have tried so far, with example code, or error messages.

0 commit comments

Comments
 (0)