Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Report a (firefox-specific) bug.
labels: bug
---

<!--

Hi and thanks for your interest.

This extension is a fork of the Video Speed Controller Chrome extension, with minor changes to make it work on Firefox.

Please search for already existing issues both in here, and upstream.

If the problem also occurs with the Chrome extension, it should be fixed there.
Any bugs fixed on there will be available in Firefox too.

Upstream Chromium extension: https://github.com/igrigorik/videospeed

-->





<!--- Please keep the note below for others who read your bug report. -->

#### How to use GitHub

* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Firefox-specific feature request
about: All other request shall be implemented upstream, at igrigorik/videospeed
labels: enchancement
---

<!--

Hi and thanks for your interest.

This extension is a fork of the Video Speed Controller Chrome extension, with minor changes to make it work on Firefox.
It will stay as close as possible to the original.
https://github.com/igrigorik/videospeed

Any new features should be discussed there, and if implemented they will be available in Firefox too.

-->





<!--- Please keep the note below for others who read your bug report. -->

#### How to use GitHub

* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Feature request upstream
url: https://github.com/igrigorik/videospeed/issues
about: This is a fork with minor changes to make it work with Firefox. Any features implemented there will be available in Firefox, too.