From 67c8eafbab772b6a4b73c0a086f0ffb7a90f886e Mon Sep 17 00:00:00 2001 From: Alex Brown <1159704+SoftlySplinter@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:37:36 +0100 Subject: [PATCH] Create CODEOWNERS * Added a new CODEOWNERS file to signify the people that maintain this sample. --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..3a344a3 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS - Defines maintainers for this CICS sample +# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# Last reviewed: 2026-07 + +* @cicsdev/cics-java-maintainers