From 275aebdc8fa07a10e5b4dd91b63a044e105b95c6 Mon Sep 17 00:00:00 2001 From: Christian Pillsbury Date: Fri, 20 Mar 2026 09:56:01 -0700 Subject: [PATCH] chore(ci): add SPF to issue template package options (#1058) --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 1 + .github/ISSUE_TEMPLATE/2.feature_request.yml | 1 + .github/ISSUE_TEMPLATE/3.docs_feedback.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 4564a1b6..4b03803a 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -32,6 +32,7 @@ body: - Icons (@videojs/icons) - HTML (@videojs/html) - React (@videojs/react) + - SPF (@videojs/spf) - Utils (@videojs/utils) - HTML Example - React Example diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 313a8394..599d342f 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -39,6 +39,7 @@ body: - Icons (@videojs/icons) - HTML (@videojs/html) - React (@videojs/react) + - SPF (@videojs/spf) - Utils (@videojs/utils) - type: textarea id: motivation diff --git a/.github/ISSUE_TEMPLATE/3.docs_feedback.yml b/.github/ISSUE_TEMPLATE/3.docs_feedback.yml index 5791b873..66800d0e 100644 --- a/.github/ISSUE_TEMPLATE/3.docs_feedback.yml +++ b/.github/ISSUE_TEMPLATE/3.docs_feedback.yml @@ -27,6 +27,7 @@ body: - Icons (@videojs/icons) - HTML (@videojs/html) - React (@videojs/react) + - SPF (@videojs/spf) - general framework documentation validations: required: true