Skip to content
talgautb edited this page Oct 9, 2014 · 2 revisions

Welcome to the vexillum wiki!

How to contribute

Project organization

  • Branch master is always stable and release-ready
  • Branch dev is for development and merged into master when stable

Submitting a pull request

  • Fork the repo.

  • Create a branch with the name of the country: git checkout -b kazakhstan

  • Use stylus and gulp

  • Eeach country's flag has a single class of underscore and the abbreviation (by ISO alpha-2): ._kz

  • Use only the official size and colors of the flag!

  • Commit your changes: git commit -am "flag of Kazakhstan"

  • Push your branch: git push origin kazakhstan

  • Make a pull request to dev branch.

Clone this wiki locally