From 3eb0e3738711e5345b718aad3e9a2e4d641159cb Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 9 Feb 2024 15:33:38 -0800 Subject: [PATCH 1/2] Add support matrix links --- src/pages/versions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/versions.md b/src/pages/versions.md index dab9f04161d..05bf9753061 100644 --- a/src/pages/versions.md +++ b/src/pages/versions.md @@ -13,7 +13,7 @@ Below are the documentation and release notes for the currently released version v2.8.2 Documentation Release Notes -
N/A
+ Support Matrix @@ -24,7 +24,7 @@ Below are the documentation and release notes for the currently released version v2.7.10 Documentation Release Notes -
N/A
+ Support Matrix @@ -35,7 +35,7 @@ Below are the documentation and release notes for the currently released version v2.6.14 Documentation Release Notes -
N/A
+ Support Matrix From 212fa6c3de949fe79ce269e2dc4a556577a3c3fb Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 9 Feb 2024 15:46:18 -0800 Subject: [PATCH 2/2] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000000..c25f917946c --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @btat @LucasSaintarbor @martyav @sunilarjun \ No newline at end of file