From 46a8becb6861887afb92aae982a3df9fa97f9151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20Bj=C3=B8rk=20Pedersen?= <34582441+cbp1983@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:01:52 -0300 Subject: [PATCH 1/3] Update index.html.erb Updates link to the QA guide. --- app/views/qa/issues/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/qa/issues/index.html.erb b/app/views/qa/issues/index.html.erb index cc2f4ef5e..9156eb8a6 100644 --- a/app/views/qa/issues/index.html.erb +++ b/app/views/qa/issues/index.html.erb @@ -31,7 +31,7 @@

You don't have any issues to review yet.

Ensure the accuracy and completeness of your data by QA-ing issues. Once there are issues marked as 'ready for review' you'll be able to go through each one here, make any necessary changes, leave comments, publish, etc.

- More about QA + More about QA
<% end %> From c244280c7dca1681f2b3c605d5eac219bbc8862a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20Bj=C3=B8rk=20Pedersen?= <34582441+cbp1983@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:12:47 -0300 Subject: [PATCH 2/3] Update CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index ca07da7c9..4b0525d1d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ - font-awesome-sass, nokogiri, puma, rails, sanitize, selenium-webdriver - Bugs fixes: - QA: Enable @mentions and formatting toolbar for comments in QA show views + - QA: Fixed link to QA guide - [entity]: - [future tense verb] [bug fix] - Bug tracker items: From 4b3bcd7ee09a819dcd09262a816c8610b09c9eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20Bj=C3=B8rk=20Pedersen?= <34582441+cbp1983@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:40:56 -0300 Subject: [PATCH 3/3] Update CHANGELOG Co-authored-by: Matt Budz --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4b0525d1d..25dbb9362 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,8 +3,9 @@ - Upgraded gems: - font-awesome-sass, nokogiri, puma, rails, sanitize, selenium-webdriver - Bugs fixes: - - QA: Enable @mentions and formatting toolbar for comments in QA show views - - QA: Fixed link to QA guide + - QA: + - Enable @mentions and formatting toolbar for comments in QA show views + - Updated link to QA guide - [entity]: - [future tense verb] [bug fix] - Bug tracker items: