From 39a6ba52b7b070f119c09b3b3aea6490511da762 Mon Sep 17 00:00:00 2001 From: SravanThotakura05 <83568543+SravanThotakura05@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:09:49 +0530 Subject: [PATCH 1/2] Removed code owners and updated read-me --- .github/CODEOWNERS | 14 -------------- README.md | 6 +++--- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 46b24d7..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,14 +0,0 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. - -# More details are here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners - -# The '*' pattern is global owners. - -# Order is important. The last matching pattern has the most precedence. -# The folders are ordered as follows: - -# In each subsection folders are ordered first by depth, then alphabetically. -# This should make it easy to add new rules without breaking existing ones. - -* @quarkiverse/quarkiverse-solace diff --git a/README.md b/README.md index aabae2a..7721542 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ This project is licensed under the Apache License, Version 2.0. - See the [LICEN For more information try these resources: - The Solace Developer Portal website at: http://dev.solace.com -- Get a better understanding of [Solace technology](http://dev.solace.com/tech/). -- Check out the [Solace blog](http://dev.solace.com/blog/) for other interesting discussions around Solace technology -- Ask the [Solace community.](http://dev.solace.com/community/) +- Get a better understanding of [Solace technology](https://solace.dev). +- Check out the [Solace blog](https://solace.com/blog/) for other interesting discussions around Solace technology +- Ask the [Solace community.](https://solace.community) From 0260f1370fd436f57691f2050cf7794292c8ff7f Mon Sep 17 00:00:00 2001 From: SravanThotakura05 <83568543+SravanThotakura05@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:16:00 +0530 Subject: [PATCH 2/2] Added CODEOWNERS file --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f4f04d3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# More details are here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# The '*' pattern is global owners. + +# Order is important. The last matching pattern has the most precedence. +# The folders are ordered as follows: + +# In each subsection folders are ordered first by depth, then alphabetically. +# This should make it easy to add new rules without breaking existing ones. \ No newline at end of file