Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 1.36 KB

The issues section is for bug reports and feature requests only. If you need help, please use stackoverflow.

All contributions welcome. If you would like to submit a pull request, please check out the trunk branch and pull request against it.

Before reporting a bug

  1. Search issue tracker for similar issues.
  2. Install the trunk version of Custom Metaboxes and Fields for WordPress.

How to report a bug

  1. Specify the version number for both WordPress and Custom Metaboxes and Fields for WordPress.
  2. Describe the problem in detail. Explain what happened, and what you expected would happen.
  3. Provide a small test-case and a link to a gist containing your entire metabox registration code.
  4. If helpful, include a screenshot. Annotate the screenshot for clarity.

How to contribute to Custom Metaboxes and Fields for WordPress

  1. Make sure you have a GitHub account.
  2. Fork the repository on GitHub.
  3. Check out the trunk version of Custom Metaboxes and Fields for WordPress.
  4. Make changes to your clone of the repository.
  5. 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.