Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

35 lines (26 loc) · 1.93 KB

Contributing to PySol FC

You want to contribute? That's great! Welcome aboard. First of all see these links for general guidelines for contributing to open source.

Contribution constraints

How you can contribute

  • Translate PySol to a human language you know.
  • Try to reproduce open issues
  • Try to fix bugs.
  • Add new games.
  • Improve the documentation / online help
  • Refactor the code.
  • Add new features.
  • Contribute graphics
  • Improve the site
  • Make a monetary donation.
  • Star or Watch the repository on GitHub

Adding new games

First of all there is the "Solitaire Wizard" which may be used to generate many custom variants. It lives in the Edit menu.

Otherwise, the games' sources live under the pysollib/games/ directory in the repository, and are written in Python 2.7/3.x and you can try inheriting from an existing variant class.