~heckyel/plyr

77c871f0260c5482c0d20fc949fd1692b928c7f3 — Jesús 3 years ago 6caa2f3
Remove non-free parts
9 files changed, 0 insertions(+), 114 deletions(-)

D .github/FUNDING.yml
D .github/ISSUE_TEMPLATE/bug.md
D .github/ISSUE_TEMPLATE/feature.md
D .github/ISSUE_TEMPLATE/improvement.md
D .github/issue_template.md
D .github/pull_request_template.md
D .vscode/extensions.json
D .vscode/launch.json
D .vscode/settings.json
D .github/FUNDING.yml => .github/FUNDING.yml +0 -5
@@ 1,5 0,0 @@
# These are supported funding model platforms

github: sampotts
patreon: plyr
open_collective: plyr

D .github/ISSUE_TEMPLATE/bug.md => .github/ISSUE_TEMPLATE/bug.md +0 -55
@@ 1,55 0,0 @@
---
name: Bug report
about: Report an issue or unexpected behaviour with Plyr
---

<!--

Before creating the issue, please make sure that...

* You aren't getting any errors in your own code, causing the problem.
* You are using the latest version of Plyr.
* There isn't already an open issue for your problem.
* You are following the documentation correctly (https://github.com/sampotts/plyr/)
* Your problem doesn't happen if you remove Plyr and use native HTML5 media (when applicable).

For problems with autoplay, see our FAQ (https://github.com/sampotts/plyr/wiki/FAQ)

If you have multiple unrelated problems, create separate issues rather than combining them into one.

Note that leaving sections blank or being vague will make it difficult for us to troubleshoot and we may close the issue.
-->

### Expected behaviour

### Actual behaviour

### Steps to reproduce

### Environment

- Browser:
- Version:
- Operating System:
- Version:

### Console errors (if any)

### Link to where the bug is happening

<!--
This link can be either to our demo at https://plyr.io/ if the problem can be observed there, or to a code playground with a **minimal** test case that demonstrates the problem.

You can use one of our prepared templates to get started creating the test case:

* HTML5 video: https://codepen.io/pen?template=bKeqpr
* HTML5 audio: https://codepen.io/pen?template=rKLywR
* YouTube: https://codepen.io/pen?template=GGqbbJ
* Vimeo: https://codepen.io/pen?template=bKeXNq
* Dash.js integration: https://codepen.io/pen?template=zaBgBy
* Hls.js integration: https://codepen.io/pen?template=oyLKQb
* Shaka Player integration: https://codepen.io/pen?template=ZRpzZO

It's important that you keep the issue description and replication demo **minimal**. If your replication includes frameworks, libraries or customizations, this makes it much harder to understand the problem and find the bug. For more help on how to create the demo, see https://github.com/sampotts/plyr/wiki/Writing-helpful-issue-descriptions

-->

D .github/ISSUE_TEMPLATE/feature.md => .github/ISSUE_TEMPLATE/feature.md +0 -10
@@ 1,10 0,0 @@
---
name: New feature
about: Request new functionality
---

<!--
Please describe the behaviour that you want to add, and why. Be as clear as possible to avoid confusion.

If you want to request multiple features that aren't directly related, then create one issue per feature.
-->

D .github/ISSUE_TEMPLATE/improvement.md => .github/ISSUE_TEMPLATE/improvement.md +0 -10
@@ 1,10 0,0 @@
---
name: Improvement
about: Request a change that isn't a bug or new feature
---

<!--
Please describe the behaviour that you want to change, and why. Be as clear as possible to avoid confusion.

If you want to request multiple changes that aren't directly related, then create one issue per change.
-->

D .github/issue_template.md => .github/issue_template.md +0 -3
@@ 1,3 0,0 @@
PLEASE USE OUR SPECIFIC ISSUE TEMPLATES for bug reports, features and improvement suggestions.

Our issue tracker is not for support questions. If you need help, follow our support instructions: https://github.com/sampotts/plyr/blob/master/CONTRIBUTING.md#support

D .github/pull_request_template.md => .github/pull_request_template.md +0 -3
@@ 1,3 0,0 @@
### Link to related issue (if applicable)

### Summary of proposed changes

D .vscode/extensions.json => .vscode/extensions.json +0 -12
@@ 1,12 0,0 @@
{
    // See http://go.microsoft.com/fwlink/?LinkId=827846
    // for the documentation about the extensions.json format
    "recommendations": [
        "dbaeumer.vscode-eslint",
        "esbenp.prettier-vscode",
        "wayou.vscode-todo-highlight",
        "wix.vscode-import-cost",
        "stylelint.vscode-stylelint",
        "pflannery.vscode-versionlens"
    ]
}

D .vscode/launch.json => .vscode/launch.json +0 -15
@@ 1,15 0,0 @@
{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost/dev/plyr/demo",
            "webRoot": "${workspaceFolder}"
        }
    ]
}

D .vscode/settings.json => .vscode/settings.json +0 -1
@@ 1,1 0,0 @@
{}
\ No newline at end of file