WP Emerge Theme is completely open source and we encourage everybody to participate by:
- ⭐ the project on GitHub (https://github.com/htmlburger/wpemerge-theme)
- Posting bug reports (https://github.com/htmlburger/wpemerge-theme/issues)
- (Emailing security issues to hi@atanas.dev instead)
- Posting feature suggestions (https://github.com/htmlburger/wpemerge-theme/issues)
- Posting and/or answering questions (https://github.com/htmlburger/wpemerge-theme/issues)
- Submitting pull requests (https://github.com/htmlburger/wpemerge-theme/pulls)
- Sharing your excitement about WP Emerge with your community
- Fork this repository.
- Open up your
wp-content/themes/directory in your terminal of choice. - Clone your fork e.g.
git clone git@github.com:your-username/wpemerge-theme.git wpemerge. - Run
cd wpemerge/ && composer install && composer run post-create-project-cmd. - Answer no to any questions asked during installation.
- Ignore any
TTY mode is not supported on Windows platform.errors. - Make changes to
config.jsonif necessary. - Activate the WP Emerge theme from your WordPress admin panel.
- Pull request branches MUST follow this format:
{issue-number}-{short-description}. Example:12345-fix-mobile-styles - Pull requests MUST target the
masterbranch - Pull requests MUST follow the current code style