Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 2.58 KB

CONTRIBUTING.md

File metadata and controls

38 lines (21 loc) · 2.58 KB

Contributing

The code for the framework is handled via its GitHub Repository. You can open tickets, create patches, and send pull requests there.

Pull requests

Problem first. Solution second.

Pull requests should have a ticket open for discussion first. I rarely accept pull requests that aren't for a specific issue for various reasons. It's far better to post an issue and let me or the community provide feedback prior to creating a pull request.

Please don't make pull requests against the master branch. This is the latest, stable code. You can make a pull request against one of the point branches.

Theme review guidelines

Hybrid Core is developed with the WordPress.org theme review guidelines in mind. While the framework is not a theme in and of itself, many theme authors use it within their themes on the official theme repository. These guidelines should sufficiently cover any other marketplace or theme shop rules for submission. All new features and code changes must abide by these guidelines to make it into the project.

Coding standards

Hybrid Core follows a mixture of the following standards.

There are instances where I opt for personal choices of my own. In terms of contributing, stick to the standard you're most familiar with or fall back to the WordPress coding standards. I'll make any adjustments later if the need arises.

Language

All text strings follow U.S. English by default. While such guides are generally unneeded, in cases where style considerations are necessary, these will typically follow conventions laid out in Elements of Style or the AP Stylebook.

Licensing

Any code contributed to Hybrid Core via patches, pull requests, or other means will be licensed under the GPL version 2 or later. By contributing code to the project, you provide consent to use such code under this license. The exception to this rule is when bringing in third-party code with an alternate open source license.

Versioning

Hybrid Core uses semantic versioning. Version numbers will look like 3.2.1 where 3 is the "major" release, 2 is the minor release, and 1 is the patch release.