![]() |
4 years ago | |
---|---|---|
.github | 4 years ago | |
affinity | 5 years ago | |
altofocus | 5 years ago | |
alves | 4 years ago | |
apostrophe-2 | 5 years ago | |
balasana | 4 years ago | |
barnsbury | 4 years ago | |
brompton | 4 years ago | |
button-2 | 5 years ago | |
calm-business | 4 years ago | |
canard | 5 years ago | |
coutoire | 4 years ago | |
dalston | 4 years ago | |
dara | 5 years ago | |
design-toolkit | 6 years ago | |
dyad-2 | 4 years ago | |
elegant-business | 4 years ago | |
exford | 4 years ago | |
friendly-business | 5 years ago | |
gazette | 4 years ago | |
hever | 4 years ago | |
ibis | 5 years ago | |
illustratr | 5 years ago | |
independent-publisher-2 | 4 years ago | |
intergalactic-2 | 5 years ago | |
ixion | 4 years ago | |
karuna | 5 years ago | |
leven | 4 years ago | |
libre-2 | 5 years ago | |
libretto | 5 years ago | |
lodestar | 5 years ago | |
mayland | 4 years ago | |
maywood | 4 years ago | |
modern-business | 5 years ago | |
morden | 4 years ago | |
penscratch-2 | 5 years ago | |
photos | 5 years ago | |
pique | 4 years ago | |
professional-business | 5 years ago | |
publication | 5 years ago | |
radcliffe-2 | 5 years ago | |
rebalance | 5 years ago | |
redhill | 4 years ago | |
rivington | 4 years ago | |
rockfield | 4 years ago | |
scratchpad | 5 years ago | |
seedlet | 4 years ago | |
seedlet-blocks | 4 years ago | |
shawburn | 4 years ago | |
shoreditch | 5 years ago | |
sk8prk | 5 years ago | |
sketch | 5 years ago | |
sophisticated-business | 5 years ago | |
spearhead | 4 years ago | |
stow | 4 years ago | |
stratford | 4 years ago | |
textbook | 4 years ago | |
toujours | 5 years ago | |
varia | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 5 years ago | |
README.md | 4 years ago | |
composer.json | 4 years ago | |
composer.lock | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
phpcs.xml.dist | 4 years ago | |
pre-commit-hook.js | 4 years ago |
These themes are maintained by the Automattic Theme Team.
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:
Found a bug you can fix? Fantastic! Patches are always welcome. Here are a couple tips for crafting a great pull request:
By contributing code to our free themes, you grant its use under the GNU General Public License v2 (or later).
git clone git@github.com:Automattic/themes.git
update/#1889
git checkout update/#1889
/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
Note: In case the affected theme already exists on the WordPress site, it needs to be deleted before the theme zip file gets uploaded.
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:
npm i
in the root of the repo.composer install
Now when you commit changes to a file PHPCBF will attempt to fix any issues with the file.