Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Sep 11, 2024
1 parent 71ad5c3 commit 8809032
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/ffmpeg-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: FFmpeg feature request
about: Request a feature of FFmpeg be exposed or supported by PyAV.
title: "Allow FOO to BAR"
labels: enhancement
assignees: ''

---
Expand Down Expand Up @@ -51,11 +50,6 @@ Example:
```
{{ Complete output of `python setup.py config --verbose`. }}
```
- FFmpeg:
```
{{ Complete output of `ffmpeg -version` }}
```


## Additional context

Expand Down
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/pyav-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@
name: PyAV feature request
about: Request a feature of PyAV that is not provided by FFmpeg.
title: "Allow FOO to BAR"
labels: enhancement
assignees: ''

---

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


## Overview

{{ A clear and concise description of what the feature is. }}


## Desired Behavior

{{ A description of how you think PyAV should behave. }}
Expand Down
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/runtime-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Runtime bug report
about: Report on an issue while running PyAV.
title: "The FOO does not BAR."
labels: bug
assignees: ''

---
Expand Down Expand Up @@ -47,10 +46,8 @@ Traceback:
```
{{ 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. }}
```
- PyAV build:
```
{{ Complete output of `python setup.py config --verbose`. }}
```
- [ ] I am/tried using the binary wheels
- [ ] I compiled from source

## Research

Expand Down

0 comments on commit 8809032

Please sign in to comment.