Skip to content

Commit e196dc5

Browse files
committed
Add labels to issue templates
1 parent 1d11c37 commit e196dc5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4+
labels: bug
45

56
---
67

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4+
labels: enhancement
45

56
---
67

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Question
33
about: Have a question on how to use ffmpeg-cli-wrapper
4+
labels: question
45

56
---
67

0 commit comments

Comments
 (0)