Community made patches, localizations, bug reports, and contributions are always welcome and are crucial to ensure that the WordPress Fields API remains alive and strong for it's potential inclusion in WordPress Core.
When contributing please ensure you follow the guidelines below so that we can keep on top of things.
- Submit a ticket for your issue, assuming one does not already exist.
- https://github.com/sc0ttkclark/wordpress-fields-api/issues
- 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's code
- Ensure you stick to the WordPress Coding Standards
- When committing, reference your issue (if present) and include a note about the fix
- Push the changes to the branch you created and submit a pull request to the
masterbranch of the repository
At this point you're waiting on us to merge your pull request. We'll review all pull requests, and make suggestions and changes if necessary.