Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.53 KB

README.md

File metadata and controls

57 lines (31 loc) · 1.53 KB

checklist

A WPTRT project with a basic checklist for authors and reviewers

== Checklist

  • License & Copyright

[ ] A copyright statement for the theme is included in: (file name)

[ ] License and copyright information for all images, icons, fonts, scripts and styles is included in: (file name)

  • Scripts and styles

[ ] All minified files are accompanied by non minified files.

[ ] All scripts and styles are enqueued.

[ ] Core versions of scripts are used (such as jquery and masonry).

[ ] All scripts and resources are included, no CDN or similar remote files are used. (The only exception is Google Fonts)

  • Basic security

[ ] All customizer options, custom widgets and custom meta options are sanitized before saving.

[ ] All options are escaped before output.

[ ] Translated texts inside HTML attributes are escaped.

  • PHP and JS errors

[ ] There are no PHP notices, warnings and errors on PHP version 5.6 -current.

[ ] There are no JS warnings or errors.

  • Plugins

[ ] No plugins are required.

  • Translations

[ ] All the text, including placeholders and default values, is translation ready.

  • Screenshot

[ ] The screenshot is not a logo or a mockup, and is easy to be reproduced.

  • Options

[ ] All options available in the customizer and as meta boxes or widgets have been tested and are working.

[ ] Enough documentation is included for custom front pages and similar to be easily set up.

  • Readme file

[ ] The readme.txt file has been validated. (https://wordpress.org/plugins/developers/readme-validator/)