From d8fbf2ef608c42bf24fa5b58b3b7396d2d98693c Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Mon, 12 Feb 2024 16:41:31 -0800 Subject: [PATCH] Update issue templates --- ...skin-on-https---skins-demo-wmflabs-org-.md | 39 +++++++++++++++++++ ...review-for-my-skin-on-skins-wmflabs-org.md | 27 ------------- 2 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/enable-preview-for-my-skin-on-https---skins-demo-wmflabs-org-.md delete mode 100644 .github/ISSUE_TEMPLATE/enable-preview-for-my-skin-on-skins-wmflabs-org.md diff --git a/.github/ISSUE_TEMPLATE/enable-preview-for-my-skin-on-https---skins-demo-wmflabs-org-.md b/.github/ISSUE_TEMPLATE/enable-preview-for-my-skin-on-https---skins-demo-wmflabs-org-.md new file mode 100644 index 0000000..9bebfa5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enable-preview-for-my-skin-on-https---skins-demo-wmflabs-org-.md @@ -0,0 +1,39 @@ +--- +name: Enable preview for my skin on https://skins-demo.wmflabs.org/ +about: Enable preview for my skin on https://skins-demo.wmflabs.org/ +title: Please enable my skin for live preview option +labels: '' +assignees: '' + +--- + +**What is the link to the MediaWiki page of your skin?** +A link so I know what you are talking about. Only skins on MediaWiki.org in the Skin namespace will be added to the site. + +URL for skin: https://www.mediawiki.org/wiki/Skin:________ + +**Does the skin work in the latest MediaWiki version*?* +Only skins that run without fatals will be added to the live preview mode. + +Please check this box if you confirm to the best of your knowledge this is done [] + +**Do you have any deprecation warnings*?* +I only enable new skins without deprecation warnings. If a preview has been disabled, please make sure all deprecation warnings are also taken care of before creating this ticket. + +Please check this box if you confirm to the best of your knowledge this is done [] + +**Does your skin require composer or other extensions?** +Only skins with zero dependencies will be added. + +Please check this box if you confirm to the best of your knowledge this is done [] + +**Does your skin have a screenshot at the path `screenshots/1280x800.png?``` + +A screenshot is required for the skin to be added. +Please check this box if you confirm to the best of your knowledge this is done [] + +**Does your skin using PHP hooks?** +Code is audited before being enabled. The simpler and more restricted the implement of the skin the quicker it will get added. + +**Additional context** +Add any other context you think might be useful can be added here. diff --git a/.github/ISSUE_TEMPLATE/enable-preview-for-my-skin-on-skins-wmflabs-org.md b/.github/ISSUE_TEMPLATE/enable-preview-for-my-skin-on-skins-wmflabs-org.md deleted file mode 100644 index 49a5aed..0000000 --- a/.github/ISSUE_TEMPLATE/enable-preview-for-my-skin-on-skins-wmflabs-org.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Enable preview for my skin on skins.wmflabs.org -about: Enable preview for my skin on skins.wmflabs.org -title: Please enable my skin for live preview option -labels: '' -assignees: '' - ---- - -**What is the link to the MediaWiki page of your skin?** -A link so I know what you are talking about. - -**Does the skin work in 1.36?** -Only skins that run in 1.36 without deprecation warnings will be added to the live preview mode. - -**Does your skin require composer or other extensions?** -Only skins with zero dependencies will be added. - -**Does your skin have a screenshot at the path `screenshots/1280x800.png?``` - -A screenshot is required for the skin to be added. - -**Does your skin using PHP hooks?** -Code is audited before being enabled. The simpler and more restricted the implement of the skin the quicker it will get added. - -**Additional context** -Add any other context you think might be useful can be added here.