From c012f80f901a483060201be8f9dac60c14d655ba Mon Sep 17 00:00:00 2001 From: possumbilities <109087089+possumbilities@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:30:25 +0000 Subject: [PATCH 1/2] add QA list with links to README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 28169e2..200ddc1 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,30 @@ Also see [`config/composer/composer.json`](config/composer/composer.json). Also see [`config/composer/composer.json`](config/composer/composer.json). +
+ vocabulary-theme release testing QA checklist + +1. run setup-wp script (again to make sure WP is current version) +2. be sure to clear/disable caches locally +3. review (any new context/template/page) +4. review pages: + - [home-page](http://localhost:8080/) + - [sub-page](http://localhost:8080/about) + - [team-index](http://localhost:8080/mission/team) + - [search-index](http://localhost:8080/?s) + - [archive-page](http://localhost:8080/blog/archive) + - [blog-index](http://localhost:8080/blog) + - [blog-post](http://localhost:8080/2025/03/03/from-strategy-to-action-focus-areas-for-2025/) + - [faq](http://localhost:8080/faq) + - [mp](http://localhost:8080/platform/toolkit/) + - [licenses list](http://localhost:8080/licenses) + - [license deed | EN](http://localhost:8080/licenses/by/4.0/) + - [license legal code | EN](http://localhost:8080/licenses/by/4.0/legalcode.en) + - [license deed | AR](http://localhost:8080/licenses/by/4.0/deed.ar) + - [license legal code | AR](http://localhost:8080/licenses/by/4.0/legalcode.ar) + +
+ ## Stage and Prod configuration From 0620dbf0ce9d2ef366d8030716934fa090ac50f7 Mon Sep 17 00:00:00 2001 From: possumbilities <109087089+possumbilities@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:31:26 +0000 Subject: [PATCH 2/2] clarify wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 200ddc1..e8ee687 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json). 1. run setup-wp script (again to make sure WP is current version) 2. be sure to clear/disable caches locally -3. review (any new context/template/page) +3. review any new context/template/page 4. review pages: - [home-page](http://localhost:8080/) - [sub-page](http://localhost:8080/about)