Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.18 KB

CONTRIBUTING.md

File metadata and controls

32 lines (25 loc) · 2.18 KB

#Contribute To Event Organiser

Community made patches, localisations, bug reports and contributions are always welcome and are crucial to ensure Event Organiser remains the most easy to use and versatile event management plug-ins for WordPress.

But to help keep things organised, please review these guidelines.

Please Note: GitHub is for bug reports and contributions only - if you have a support question or a request for a customisation don't post here, but go to the Support Forum instead.

Am I in the right place?

  • Have you looked at the FAQ??. Check there first please!
  • If you've got a support question, please go to the support forum
  • If you've got a pre-sale question for the Pro add-on, please ask it here
  • If you're reporting a bug for the Pro add-on, you can do that here
  • If you're reporting a bug for the the free version, then you're in the right place.

Reporting bugs

  • Submit a ticket for your issue, unless one already exists.
  • Clearly describe the issue, including steps to reproduce the bug.
  • Please specify the versions of Event Organiser & WordPress.

Contributing code (aka you're brilliant)

  • Fork the repository on GitHub.
  • Make the changes to your forked repository.
  • Please comment your code, (and generally adhere to the WordPress Coding Standards).
  • If you're unsure of something, just ask!
  • Commit little and often, in logical chunks.
  • When committing, reference your issue (if applicable) and describe any changes.
  • Push the changes to your fork and submit a pull request to the 'master' branch of the Event Organiser repository.

Additional Resources