Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.24 KB

File metadata and controls

24 lines (15 loc) · 1.24 KB

Thank you!

In coming months we plan to work to make the process of contributing and entering the Wagn developer community as rewarding an experience as possible. In the meantime, please be vocal about any way we can help.

The Wagn team makes heavy use of GitHub’s pull request system. If you’re not familiar with pull requests, that’s the best place to start.

A great pull request is:

  • small - so the team can review changes incrementally

  • tested - including automatic tests that would fail without its changes

  • explained - with a clear title and comments

Mods (short for modules, modifications, modicums, modesty, whatever…) are the main mechanism for extending Wagn behaviors, and they’re a great place to start learning how to contribute.

Documentation is still sparse, but you can get a sense for how to start by reading lib/card/set.rb.

To install in a mod-developer friendly mode, try ‘wagn new mydeckname –mod-dev` (still uses standard gem installation).

To install in a core-developer friendly mode, try ‘wagn new mydeckname –core-dev`. Doing so will let you run all core specs using `wagn rspec`.