Skip to content

Commit

Permalink
Don't require looking at Gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Apr 7, 2024
1 parent e884e6c commit c4ca5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
9 changes: 1 addition & 8 deletions .github/ISSUE_TEMPLATE/build-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,15 @@ Build report:
```
{{ Complete output of `python setup.py config --verbose`. }}
```
- FFmpeg:
```
{{ Complete output of `ffmpeg -version` }}
```


## Research

I have done the following:

- [ ] Checked the [PyAV documentation](https://pyav.org/docs)
- [ ] Checked the [PyAV documentation](https://pyav.basswood-io.com)
- [ ] Searched on [Google](https://www.google.com/search?q=pyav+how+do+I+foo)
- [ ] Searched on [Stack Overflow](https://stackoverflow.com/search?q=pyav)
- [ ] Looked through [old GitHub issues](https://github.com/PyAV-Org/PyAV/issues?&q=is%3Aissue)
- [ ] Asked on [PyAV Gitter](https://app.gitter.im/#/room/#PyAV-Org_User-Help:gitter.im)
- [ ] ... and waited 72 hours for a response.


## Additional context
Expand Down
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/runtime-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,15 @@ Traceback:
```
{{ Complete output of `python setup.py config --verbose`. }}
```
- FFmpeg:
```
{{ Complete output of `ffmpeg -version` }}
```


## Research

I have done the following:

- [ ] Checked the [PyAV documentation](https://pyav.org/docs)
- [ ] Checked the [PyAV documentation](https://pyav.basswood-io.com)
- [ ] Searched on [Google](https://www.google.com/search?q=pyav+how+do+I+foo)
- [ ] Searched on [Stack Overflow](https://stackoverflow.com/search?q=pyav)
- [ ] Looked through [old GitHub issues](https://github.com/PyAV-Org/PyAV/issues?&q=is%3Aissue)
- [ ] Asked on [PyAV Gitter](https://app.gitter.im/#/room/#PyAV-Org_User-Help:gitter.im)
- [ ] ... and waited 72 hours for a response.


## Additional context

Expand Down

0 comments on commit c4ca5eb

Please sign in to comment.