No Description

Ben Dwyer 4fa049b15f add about page patterns 4 years ago
.github 9d41eda2e0 Update ISSUE_TEMPLATE.md 6 years ago
affinity c69defa26b Returning .pot files to git version control 4 years ago
altofocus c69defa26b Returning .pot files to git version control 4 years ago
alves c69defa26b Returning .pot files to git version control 4 years ago
apostrophe-2 c69defa26b Returning .pot files to git version control 4 years ago
balasana c69defa26b Returning .pot files to git version control 4 years ago
barnsbury c69defa26b Returning .pot files to git version control 4 years ago
brompton cb6d9c6046 bumped version 4 years ago
button-2 93c8e47cc4 bumped version 4 years ago
calm-business c69defa26b Returning .pot files to git version control 4 years ago
canard c69defa26b Returning .pot files to git version control 4 years ago
coutoire c69defa26b Returning .pot files to git version control 4 years ago
dalston c69defa26b Returning .pot files to git version control 4 years ago
dara c69defa26b Returning .pot files to git version control 4 years ago
dyad-2 c69defa26b Returning .pot files to git version control 4 years ago
elegant-business c69defa26b Returning .pot files to git version control 4 years ago
exford c69defa26b Returning .pot files to git version control 4 years ago
fewer 4fa049b15f add about page patterns 4 years ago
friendly-business c69defa26b Returning .pot files to git version control 4 years ago
gazette c69defa26b Returning .pot files to git version control 4 years ago
hever 2ad0c16209 Version Bump for unsynced changes 4 years ago
ibis 7c679f3bfa Bring (seemingly unmodified) images into sync 4 years ago
illustratr c69defa26b Returning .pot files to git version control 4 years ago
independent-publisher-2 c69defa26b Returning .pot files to git version control 4 years ago
intergalactic-2 c69defa26b Returning .pot files to git version control 4 years ago
ixion c69defa26b Returning .pot files to git version control 4 years ago
karuna c69defa26b Returning .pot files to git version control 4 years ago
leven c69defa26b Returning .pot files to git version control 4 years ago
libre-2 c69defa26b Returning .pot files to git version control 4 years ago
libretto c69defa26b Returning .pot files to git version control 4 years ago
lodestar c69defa26b Returning .pot files to git version control 4 years ago
mayland c69defa26b Returning .pot files to git version control 4 years ago
maywood c69defa26b Returning .pot files to git version control 4 years ago
modern-business c69defa26b Returning .pot files to git version control 4 years ago
morden c69defa26b Returning .pot files to git version control 4 years ago
penscratch-2 c69defa26b Returning .pot files to git version control 4 years ago
photos c69defa26b Returning .pot files to git version control 4 years ago
pique c69defa26b Returning .pot files to git version control 4 years ago
professional-business c69defa26b Returning .pot files to git version control 4 years ago
publication c69defa26b Returning .pot files to git version control 4 years ago
radcliffe-2 c69defa26b Returning .pot files to git version control 4 years ago
rebalance c69defa26b Returning .pot files to git version control 4 years ago
redhill c69defa26b Returning .pot files to git version control 4 years ago
rivington c69defa26b Returning .pot files to git version control 4 years ago
rockfield 8557e178df Update version numbers for all varia themes 4 years ago
scratchpad c69defa26b Returning .pot files to git version control 4 years ago
seedlet 025cf697bd remove word break 4 years ago
seedlet-blocks 7c679f3bfa Bring (seemingly unmodified) images into sync 4 years ago
shawburn 8557e178df Update version numbers for all varia themes 4 years ago
shoreditch c69defa26b Returning .pot files to git version control 4 years ago
sketch c69defa26b Returning .pot files to git version control 4 years ago
sophisticated-business a5d3f01d00 Upside-down commit returning sophisticated-business/functions.php to pre-sync status. (A build was pushed to consolidate this change) 4 years ago
spearhead c69defa26b Returning .pot files to git version control 4 years ago
stow c69defa26b Returning .pot files to git version control 4 years ago
stratford c69defa26b Returning .pot files to git version control 4 years ago
textbook c69defa26b Returning .pot files to git version control 4 years ago
toujours c69defa26b Returning .pot files to git version control 4 years ago
varia c69defa26b Returning .pot files to git version control 4 years ago
.gitignore c69defa26b Returning .pot files to git version control 4 years ago
LICENSE db3f137d71 Add LICENSE to root directory 5 years ago
README.md 916a0c6e04 Clarify packaging dotorg instructions. 4 years ago
composer.json d905406a00 Add PHPCS 4 years ago
composer.lock d905406a00 Add PHPCS 4 years ago
dotorg-exclude.txt 31175559b7 Move package-dotorg.sh to top-level. 4 years ago
package-dotorg.sh 31175559b7 Move package-dotorg.sh to top-level. 4 years ago
package-lock.json 0728a57361 add lodash as a dependency 4 years ago
package.json 0728a57361 add lodash as a dependency 4 years ago
phpcs.xml.dist 1662fce712 remove i18n check 4 years ago
pre-commit-hook.js 13c0a99987 formatting change 4 years ago

README.md

Automattic's Free Themes

Maintainers

These themes are maintained by the Automattic Theme Team.

Submitting issues

Before submitting your issue, make sure it has not been discussed earlier. You can search for existing tickets here.

Here are some tips to consider and to help you write a great report:

  • Themes support Microsoft Internet Explorer 11 and Edge, as well as the latest two versions of all other major browsers.
  • Themes are backwards compatible with the two versions prior to the current stable version of WordPress.
  • Themes use HTML5 markup.
  • Translation files should not be included in PRs, as these are handled by WordPress.com. See here for information on contributing to i18n efforts on WordPress.com.

Contributing code

Found a bug you can fix? Fantastic! Patches are always welcome. Here are a couple tips for crafting a great pull request:

  • Include the purpose of your PR. Be explicit about the issue your PR solves.
  • Reference any existing issues that relate to your PR. This allows everyone to easily see all related discussions.

By contributing code to our free themes, you grant its use under the GNU General Public License v2 (or later).

Testing pull requests

Using GitHub

  1. Clone repository locally git clone git@github.com:Automattic/themes.git
  2. Identify the branch of the pull request, e.g. update/#1889
  3. Check out featured branch of pull request, e.g. git checkout update/#1889
  4. Symlink or copy affected theme OR zip affected theme and import into WordPress site

Manually download

  1. Identify and visit the branch of the pull request.
  2. Change the /tree/ part of the branch's URL to archive, and add a .zip to the end to download a zip of the branch. e.g. https://github.com/Automattic/themes/tree/update/%231889 would become https://github.com/Automattic/themes/archive/update/%231889.zip
  3. Unzip the zipped featured branch
  4. Zip affected theme and import into WordPress site

Note: In case the affected theme already exists on the WordPress site, it needs to be deleted before the theme zip file gets uploaded.

Coding Standards

Themes code should adhere to the WordPress coding standards. This repo contains a pre-commit hook which enables you to detect and fix code that doesn't follow the standards.

To set this uo follow these instructions:

  1. Run npm i in the root of the repo.
  2. Run composer install

Now when you commit changes to a file PHPCBF will attempt to fix any issues with the file.

Packaging for WordPress.org Themes Showcase

The code in this repository mirrors the code needed for the theme to function correctly on WordPress.com. To prepare a theme.zip that passes the WordPress.org theme review automated test, do the following:

  • From the top-level directory, run ./package-dotorg.sh [theme-slug]
  • View the generated zip in the respective theme's sub-directory

Note that this script rebuilds the theme to strip it of .com-specific functionality, and discards any changes via git after doing so. Make sure you have committed any working changes before running this script.