/the-events-calendar

The Events Calendar WordPress plugin by Modern Tribe

Primary LanguagePHPOtherNOASSERTION

The Events Calendar

Welcome to the official git repository for The Events Calendar, a WordPress plugin developed by the team at Modern Tribe.

Please feel free to fork this repository and submit pull requests!


We do have some guidelines that you should keep in mind while working with this repository:

  1. We have an internal release cycle and review pull requests once per cycle. Unfortunately we can't guarantee a regular schedule for our review process, but please know that while it may take 1-2 months (at the most) before we review your request, we WILL review it.

  2. Please submit a detailed description with your pull request. If we can't figure out what you're submitting, then we may close your request.

  3. We do not accept or handle support issues or bug reports here. You may notice that we have disabled the Issues tab on this GitHub project. Please submit bug reports at WordPress.org. If you have purchased any of our premium add-ons, you may create an account and submit support requests at our Premium Support Forums.

  4. Please fork the develop branch and submit your pull requests against that branch. This is the branch with the latest code we are working on. Pull requests to the master branch can't be merged automatically and may be closed.

  5. If you are using a clone of this repository directly as a WordPress plugin, you should keep define('SCRIPT_DEBUG', true) in your wp-config.php. Our scripts are minified during the deployment process, so loading the unminified version is currently the only way to get the latest javascript code.

  6. Lastly: We don't recommend using the develop branch on production sites! You’re welcome to give it a shot, but it is totally unrecommended - and we cannot provide any support if things go wrong. You’re on your own if you run develop code on your site.

That's all! please have fun and code responsibly :)

Further Information