All contributions are greatly appreciated and more than welcome. When contributing, please ensure you follow the guidelines below.
Please Note: GitHub is for bug reports and contributions only - if you have a support question or a feature request, it's best to use the forums.
Please see the Book Review Roadmap for ideas currently under consideration.
- Submit a ticket for your issue, assuming that one does not already exist.
- Log it in the Issue Tracker.
- Clearly describe the issue including steps to reproduce the bug.
- Make sure you fill in the earliest version that you know has the issue as well as the version of WordPress you're using.
- Fork the repository on GitHub.
- Make the changes to your forked repository.
- Ensure you stick to the WordPress Coding Standards.
- When committing, reference your issue (if applicable) and include a note about the fix.
- If possible, please add/update unit tests for your changes.
- Push the changes to your fork and submit a pull request to the 'master' branch of the WordPress Book Review Plugin repository.
- Please ensure that every function is well-documented and follows the same conventions as other functions.
- Please use spaces and not tabs. The space indent size should be 2 for all code.
Once you've submitted your pull request, I will review and recommend changes or improvements if necessary.