A MediaWiki skin that focuses on putting your content in the foreground.

Tom Hutchison f746e195d0 More instructions 11 éve
assets 0de501981e Close #98. Not sure why not aligned with everything else. 11 éve
.gitignore b99b4c3180 Add basic ignores. 11 éve
Foreground.i18n.php be6eb57944 Add Russian localizations (thanks @HiRolla). Close #90. 11 éve
Foreground.skin.php f473d1edea Fixes for echo extension 11 éve
README.md f746e195d0 More instructions 11 éve
foreground.php 7794d1eb28 Update foreground.php 11 éve

README.md

Development Branch

This is the development branch for the Mediawiki Foreground Skin. All new features for Foreground should PR against this branch. If you want to add a new feature, you should do the following:

  1. Open an issue in [Issues]
  2. Create a branch in your repo with the name of the feature or whatever you feel comfortable with using Foreground's develop branch as a base.
  3. Periodically check and pull down updates to Foreground's develop branch as you are working on your proposed feature. Commits can and will occur to develop which may affect your feature branch.
  4. When you are ready to issue a PR against the develop branch of Foreground, please use [feature] as a tag at the beginning of the PR's title.
  5. Please open

If you want to work on an existing feature proposed by Foreground, please see the feature/name-of-feature branch for more information. PRs should be issued against the specific feature/name-of-feature branch.