Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

37 lines (25 loc) · 1.93 KB

Contribution Guidelines

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.

Contribution Ideas

Please see the Book Review Roadmap for ideas currently under consideration.

Getting Started

  • 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.

Making Changes

  • Fork the repository on GitHub.
  • Make the changes to your forked repository.
  • 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.

Code Documentation

  • 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.

Additional Resources