Getting Started

If you want to help the development of Wedis, great! There are just a few things you'll need to do extra to keep in mind.

  1. You'll need to set WEBDIS_DEBUG to true. This will allow you to be able to view any exceptions that may get called, as well as enable the PHPDebugBar.

  2. We use the dev branch to work on the site. The master branch is reserved for the actually runnable code.

  3. We want to try our best to make sure bugs don't appear in the master branch, but things happen.

  4. If you don't know what to help out with, check to see if there are any issues on GitHub that need fixing. We try to use GitHub issues to fix problems and to put any issues we may have in it. We also try to use Pull Requests as much as possible as well.

Last updated