Skip to content

Commit 8809032

Browse files
committed
Update issue templates
1 parent 71ad5c3 commit 8809032

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.github/ISSUE_TEMPLATE/ffmpeg-feature-request.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: FFmpeg feature request
33
about: Request a feature of FFmpeg be exposed or supported by PyAV.
44
title: "Allow FOO to BAR"
5-
labels: enhancement
65
assignees: ''
76

87
---
@@ -51,11 +50,6 @@ Example:
5150
```
5251
{{ Complete output of `python setup.py config --verbose`. }}
5352
```
54-
- FFmpeg:
55-
```
56-
{{ Complete output of `ffmpeg -version` }}
57-
```
58-
5953

6054
## Additional context
6155

.github/ISSUE_TEMPLATE/pyav-feature-request.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
22
name: PyAV feature request
33
about: Request a feature of PyAV that is not provided by FFmpeg.
44
title: "Allow FOO to BAR"
5-
labels: enhancement
65
assignees: ''
76

87
---
98

109
**IMPORTANT:** Be sure to replace all template sections {{ like this }} or your issue may be discarded.
1110

1211

13-
## Overview
14-
15-
{{ A clear and concise description of what the feature is. }}
16-
17-
1812
## Desired Behavior
1913

2014
{{ A description of how you think PyAV should behave. }}

.github/ISSUE_TEMPLATE/runtime-bug-report.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Runtime bug report
33
about: Report on an issue while running PyAV.
44
title: "The FOO does not BAR."
5-
labels: bug
65
assignees: ''
76

87
---
@@ -47,10 +46,8 @@ Traceback:
4746
```
4847
{{ Complete output of `python -m av --version`. If this command won't run, you are likely dealing with the build issue and should use the appropriate template. }}
4948
```
50-
- PyAV build:
51-
```
52-
{{ Complete output of `python setup.py config --verbose`. }}
53-
```
49+
- [ ] I am/tried using the binary wheels
50+
- [ ] I compiled from source
5451

5552
## Research
5653

0 commit comments

Comments
 (0)