From 218485954efb453d7a1bbc512152a284fe75c702 Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Wed, 23 Nov 2022 13:57:46 +0100
Subject: [PATCH] doc: add codeowners

---
 CHANGELOG.md | 2 +-
 CODEOWNERS   | 6 ++++++
 README.md    | 3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)
 create mode 100644 CODEOWNERS

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9943d26..e998f46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,7 +21,7 @@ to [Semantic Versioning][sem_ver].
 
 ### Added
 
-- **Doc**: Changelog
+- **Doc**: Changelog and code owners
 - **Controller**: Complete control over Serial
 - **Acquisition**: Angle sensor acquisition
 - **Acquisition**: PSU current and tension logging
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..a02bffb
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,6 @@
+# Each line is a file pattern followed by one or more owners.
+
+# The following owners will be the default owners for everything in
+# the repo. Unless a later match takes precedence, they
+# will be requested for review when someone opens a merge request.
+* @thlamb
diff --git a/README.md b/README.md
index 1808e4a..6a63f5f 100644
--- a/README.md
+++ b/README.md
@@ -107,8 +107,9 @@ measured and deactivate the calibration procedure altogether by putting
 
 ## Schematics
 
-To Do (ETA January 2023)
+To Do (in January 2023)
 
+-------
 [^1]: Discontinued by manufacturer.
 [^2]: Using an ACS758 chip LCB050B-3370XAA-1044.
 
-- 
GitLab