diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-09 15:36:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-09 15:36:33 -0500 |
commit | 77c871f0260c5482c0d20fc949fd1692b928c7f3 (patch) | |
tree | aeb7d6774ceb9b542623f0eb9f3754d11ef3fed0 | |
parent | 6caa2f3fed13e398d8c5cc4700c1212297f566d1 (diff) | |
download | plyr-77c871f0260c5482c0d20fc949fd1692b928c7f3.tar.lz plyr-77c871f0260c5482c0d20fc949fd1692b928c7f3.tar.xz plyr-77c871f0260c5482c0d20fc949fd1692b928c7f3.zip |
Remove non-free parts
-rw-r--r-- | .github/FUNDING.yml | 5 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.md | 55 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/improvement.md | 10 | ||||
-rw-r--r-- | .github/issue_template.md | 3 | ||||
-rw-r--r-- | .github/pull_request_template.md | 3 | ||||
-rw-r--r-- | .vscode/extensions.json | 12 | ||||
-rw-r--r-- | .vscode/launch.json | 15 | ||||
-rw-r--r-- | .vscode/settings.json | 1 |
9 files changed, 0 insertions, 114 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 773c9587..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,5 +0,0 @@ -# These are supported funding model platforms - -github: sampotts -patreon: plyr -open_collective: plyr diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index d4bebdfa..00000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -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 - ---> diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md deleted file mode 100644 index 342ab0f0..00000000 --- a/.github/ISSUE_TEMPLATE/feature.md +++ /dev/null @@ -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. ---> diff --git a/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md deleted file mode 100644 index de7e0576..00000000 --- a/.github/ISSUE_TEMPLATE/improvement.md +++ /dev/null @@ -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. ---> diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 44e1fcbf..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 7efb45b8..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,3 +0,0 @@ -### Link to related issue (if applicable) - -### Summary of proposed changes diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 5685abff..00000000 --- a/.vscode/extensions.json +++ /dev/null @@ -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" - ] -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 3e037998..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -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}" - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9e26dfee..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1 +0,0 @@ -{}
\ No newline at end of file |