[14:14:04] I've got a custom skin that we're currently working on, and we want to set it as the default on our test site. That should be done with $wgDefaultSkin = "skinname"; but when we set it, it just defaults to MonoBook. The skin is indeed loaded (wfLoadSkin( 'SkinName' );) and I can force it via useskin=skinname, so I'm curious why the default would discard it for monobook instead. [14:26:25] Never mind, this is what happens when your old solution is extremely hacky. I was forcing a skin for logged out users. It was ugly and that's why we're making a new skin lol [23:12:20] I'm interested in contributing to mediawiki - anyone have suggestions on where to start? [23:19:35] mikeyarce: https://www.mediawiki.org/wiki/New_Developers and https://developer.wikimedia.org/ [23:24:53] Thanks andre!  I'm interested in MediaWiki particularly - any tips for how to get involved there? [23:25:20] mikeyarce, https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [23:29:04] I can't seem to find anywhere that just lists good bugs to work on or things to do... hahaha maybe I'm getting lost in all the links. [23:32:38] mikeyarce, https://www.mediawiki.org/wiki/New_Developers#Outreach_programs_and_single_tasks linking to https://www.mediawiki.org/wiki/Good_first_bugs [23:44:26] Thanks :) [23:45:01] * Reedy squints