Thank you for your interest in contributing back to CMB2 Conditionals. 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.
- Search issues to see if the issue has been previously reported.
- Install the master version of CMB2 Conditionals and test there.
- Specify the version number for both WordPress and CMB2 Conditionals.
- 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 master version of CMB2 Conditionals.
- Verify your issue still exists in the master branch.
- Make changes to your clone of the repository.
- Please follow the WordPress code standards.
- Use self descriptive names for the functions, so you can avoid inline documentation.
- Separate the changes in atomic commits doing just one thing per commit.
- When committing, reference your issue (by adding [#XX] at the begining of the message) and include a note about the fix.
- Keep PRs as small as possible and follow well known best practices when submiting a PR. Open one PR per each issue. Do not open one PR for more than one issue.
- 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.