From 77c871f0260c5482c0d20fc949fd1692b928c7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 9 Aug 2021 15:36:33 -0500 Subject: Remove non-free parts --- .github/FUNDING.yml | 5 ---- .github/ISSUE_TEMPLATE/bug.md | 55 ----------------------------------- .github/ISSUE_TEMPLATE/feature.md | 10 ------- .github/ISSUE_TEMPLATE/improvement.md | 10 ------- .github/issue_template.md | 3 -- .github/pull_request_template.md | 3 -- .vscode/extensions.json | 12 -------- .vscode/launch.json | 15 ---------- .vscode/settings.json | 1 - 9 files changed, 114 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug.md delete mode 100644 .github/ISSUE_TEMPLATE/feature.md delete mode 100644 .github/ISSUE_TEMPLATE/improvement.md delete mode 100644 .github/issue_template.md delete mode 100644 .github/pull_request_template.md delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json 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 ---- - - - -### Expected behaviour - -### Actual behaviour - -### Steps to reproduce - -### Environment - -- Browser: -- Version: -- Operating System: -- Version: - -### Console errors (if any) - -### Link to where the bug is happening - - 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 ---- - - 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 ---- - - 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 -- cgit v1.2.3