Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 1.58 KB

Contributing

Genesis Sample is a starter child theme for people making websites with the Genesis Framework for WordPress. Thank you for your interest in contributing!

File issues

Contribute bug reports and feature suggestions as GitHub Issues.

Contribute code

We recommend that you first create an issue to propose major changes before working on them.

Fork the Genesis Sample repository to your own GitHub account, then clone it to work on locally:

git clone [email protected]:you-username/genesis-sample.git

Create a new branch to work on your changes. New branches should be forked from the develop branch.

git checkout -b feature/your-new-feature

Make your changes and commit your code.

When you're ready, create a pull request to outline and contribute your changes.

To increase the chance that your pull request is accepted:

  • Lint your code to check that it conforms to WordPress standards. Learn more about the developer tooling to help lint your code.
  • Do not increment the child theme version as part of your pull request. We'll take care of this for you prior to each release.
  • Describe what problems your code solves or what improvements it brings in your commit messages or pull request text.