From 487efed42f662cda3e638658fae0c2e3cc748335 Mon Sep 17 00:00:00 2001 From: Alastair Ong Date: Tue, 7 Mar 2023 10:30:05 +0000 Subject: [PATCH 1/2] update codeownership info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 11a9adb..16ea1e2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This module is has been designed to be included in other DNAs, assuming as little as possible from those. +## Ownership Info +Codeowner: @zo-el +Consulted: None +Informed: @jetttech + ### List of available zomes - `profile` : This profile zome is a simple implementation of managing agent details From 7105dd7d1405c4a192e7332e658315da24ad03d1 Mon Sep 17 00:00:00 2001 From: Alastair Ong Date: Tue, 7 Mar 2023 16:07:04 +0000 Subject: [PATCH 2/2] add codeowner file --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..252a385 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ + @zo-el