Difference between revisions of "Template:Extension/CreateExtensionInputBox"
Jump to navigation
Jump to search
>ABaso (WMF) m (Removing license transclusion, will update to use it in the manual) |
>😂 (Remove info about expectations, etc.) |
||
Line 1: | Line 1: | ||
A developer sharing their code | A developer sharing their code in the MediaWiki code repository should expect: | ||
;Feedback / Criticism / Code reviews | ;Feedback / Criticism / Code reviews | ||
Line 18: | Line 18: | ||
::Similarly, you should credit the developers of any extensions whose code you borrow from — especially when performing a merger. | ::Similarly, you should credit the developers of any extensions whose code you borrow from — especially when performing a merger. | ||
Any developer who is uncomfortable with any of these actions occurring should not host | Any developer who is uncomfortable with any of these actions occurring should not host in the code repository. You are still encouraged to create a summary page for your extension on the wiki to let people know about the extension, and where to download it. | ||
<noinclude>{{Languages|Template:Extension/Expectations}}[[Category:Extension creation|{{PAGENAME}}]][[Category:Extension templates|{{PAGENAME}}]]</noinclude> | <noinclude>{{Languages|Template:Extension/Expectations}}[[Category:Extension creation|{{PAGENAME}}]][[Category:Extension templates|{{PAGENAME}}]]</noinclude> |
Revision as of 07:30, 12 February 2018
A developer sharing their code in the MediaWiki code repository should expect:
- Feedback / Criticism / Code reviews
- Review and comments by other developers on things like framework use, security, efficiency and usability.
- Developer tweaking
- Other developers modifying your submission to improve or clean-up your code to meet new framework classes and methods, coding conventions and translations.
- Improved access for wiki sysadmins
- If you do decide to put your code on the wiki, another developer may decide to move it to the MediaWiki code repository for easier maintenance. You may then request commit access to continue maintaining it.
- Future versions by other developers
- New branches of your code being created by other developers as new versions of MediaWiki are released.
- Merger of your code into other extensions with duplicate or similar purposes — incorporating the best features from each extension.
- Credit
- Credit for your work being preserved in future versions — including any merged extensions.
- Similarly, you should credit the developers of any extensions whose code you borrow from — especially when performing a merger.
Any developer who is uncomfortable with any of these actions occurring should not host in the code repository. You are still encouraged to create a summary page for your extension on the wiki to let people know about the extension, and where to download it. Template:Languages