Thank you for your interest in contributing back to CMB2 Extensions. Please help us review your issues and/or merge your pull requests by following the below guidelines.
_Support is not offered for this library, and the likelihood that the maintainers will respond is very low. If you need help, please use stackoverflow.
- Please review the documentation.
- Search issues to see if the issue has been previously reported.
- Install the trunk version of CMB2 and test there.
- Specify the version number for CMB2 Extensions.
- Describe the problem in detail. Explain what happened, and what you expected would happen.
- Provide a small test-case and a link to a gist containing your entire metabox registration code.
- If helpful, include a screenshot. Annotate the screenshot for clarity.
All contributions welcome. If you would like to submit a pull request, please follow the steps below.
- Make sure you have a GitHub account.
- Fork the repository on GitHub.
- Check out the trunk version of CMB2 Extension. If you submit to the master branch, the PR will be closed with a link back to this document.
- Verify your issue still exists in the trunk branch.
- Make changes to your clone of the repository.
- Please follow the WordPress code standards.
- If possible, and if applicable, please also add/update unit tests for your changes.
- Please add documentation to any new functions, methods, actions and filters.
- When committing, reference your issue (if present) and include a note about the fix.
- Submit a pull request.
Note: You may gain more ground and avoid unecessary effort if you first open an issue with the proposed changes, but this step is not necessary.