Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The easiest way to contribute to swiz is to commit your changes via Git. Just create your own fork of the most recent milestone. Alternatively, you can create individual patches in Git to target specific bugs.  Apply your updates to the fork or patch and send the swiz team the following informaitonIf you've gone the route of updating a fork (recommended), all you need to do is submit a pull request via GitHub. The next step is to let us know by sending the following information to the swiz team:

  • URL for your forked repository / or Git patch
  • Detailed description of your intent
    • What did you do?
    • Why did you do it?
  • Test Cases / Unit Tests - While test cases are optional but they will assist in getting you changes committed. If you provide unit tests, you're awesome.

...