From 34c2e7ce5742e2b80aea83b446010834c827b580 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Wed, 5 Feb 2020 11:14:01 -0600 Subject: [PATCH] Fix new topic label in whatsnew.yml template Change `New doc` to `New topic` to match the label in the DevDocs repo. --- .whatsnew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.whatsnew.yml b/.whatsnew.yml index 4eace6c..091af63 100755 --- a/.whatsnew.yml +++ b/.whatsnew.yml @@ -7,7 +7,7 @@ repos: # Labels for filtering labels: - - New doc + - New topic - Major update - Technical