Skip to content

Commit

Permalink
Merge pull request #986 from waldyrious/patch-1
Browse files Browse the repository at this point in the history
Fix typo and adjust capitalization on .github/WIKI-EXTENSION.yml
  • Loading branch information
tomhughes authored Nov 2, 2023
2 parents 690fe4e + 3eae0f9 commit 2771bae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/WIKI-EXTENSION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -18,22 +18,22 @@ 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:
required: true
- 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
Expand All @@ -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:
Expand Down

0 comments on commit 2771bae

Please sign in to comment.