From 3eae0f94654c82a5dfe251f3811d1558b9ea22cf Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 2 Nov 2023 22:27:20 +0000 Subject: [PATCH] Fix typo and adjust capitalization on .github/WIKI-EXTENSION.yml --- .github/ISSUE_TEMPLATE/WIKI-EXTENSION.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/WIKI-EXTENSION.yml b/.github/ISSUE_TEMPLATE/WIKI-EXTENSION.yml index b374672..3f35567 100644 --- a/.github/ISSUE_TEMPLATE/WIKI-EXTENSION.yml +++ b/.github/ISSUE_TEMPLATE/WIKI-EXTENSION.yml @@ -5,7 +5,7 @@ labels: ["service:wiki"] body: - type: markdown attributes: - value: "The OWG will consider mediawiki extension requests from Wiki admins. Wiki admins are responsible for any on-wiki processes around concensus to add the extension. The OWG will consider the operational costs of maintaining an extension, and have a strong bias to only enable modules that ship with Wikimedia itself." + value: "The OWG will consider MediaWiki extension requests from Wiki admins. Wiki admins are responsible for any on-wiki processes around concensus to add the extension. The OWG will consider the operational costs of maintaining an extension, and have a strong bias to only enable modules that ship with Wikimedia itself." - type: checkboxes id: sysadmin attributes: @@ -18,13 +18,13 @@ body: id: name attributes: label: "Extension name" - description: Name of Mediawiki extension? + description: Name of MediaWiki extension? validations: required: true - type: input id: website attributes: - label: "Extension website on medaiwiki.org" + label: "Extension website on mediawiki.org" description: Link to the extension page on mediawiki.org placeholder: https://www.mediawiki.org/wiki/Extension:Foo validations: @@ -32,8 +32,8 @@ body: - type: input id: mwversion attributes: - label: "Minimum mediawiki version" - description: Minimum version of mediawiki the extension requires? + label: "Minimum MediaWiki version" + description: Minimum version of MediaWiki the extension requires? placeholder: 1.00+ validations: required: true @@ -45,7 +45,7 @@ body: options: - label: "The wiki extension is listed as release status: stable" - label: "The extension is used on one or more Wikimedia projects" - - label: "The extension has versioned releases for the version of Mediawiki used by the OSMF, and for the latest version of Mediawiki" + - label: "The extension has versioned releases for the version of MediaWiki used by the OSMF, and for the latest version of MediaWiki" - type: textarea id: purpose attributes: