From 547771c7df79f5b0d6c4d73a3d7e8c9c9e73cb71 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 8 Nov 2021 14:50:37 +0100
Subject: [PATCH] REL: update CODE_OF_CONDUCT, DEPENDENCIES,
 RELEASE_GUIDELINES, HUMANS

---
 CODE_OF_CONDUCT.md    | 15 ++++++++-------
 DEPENDENCIES.md       |  4 +++-
 HUMANS.md             |  1 +
 RELEASE_GUIDELINES.md |  1 -
 4 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 9de921c..ca5a13a 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -55,13 +55,14 @@ further defined and clarified by project maintainers.
 ## Enforcement
 
 Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported by contacting the project team at **t.fitschen (AT) indiscale.com**,
-**d.hornung (AT) indiscale.com**, **a.schlemmer (AT) indiscale.com**, or
-**h.tomwoerden (AT) indiscale.com**.  All complaints will be
-reviewed and investigated and will result in a response that
-is deemed necessary and appropriate to the circumstances. The project team is
-obligated to maintain confidentiality with regard to the reporter of an incident.
-Further details of specific enforcement policies may be posted separately.
+reported by contacting the project team at **s.rohde (AT) indiscale.com**,
+**t.fitschen (AT) indiscale.com**, **d.hornung (AT) indiscale.com**,
+**a.schlemmer (AT) indiscale.com**, or **h.tomwoerden (AT) indiscale.com**.
+All complaints will be reviewed and investigated and will result in a response
+that is deemed necessary and appropriate to the circumstances. The project team
+is obligated to maintain confidentiality with regard to the reporter of an
+incident. Further details of specific enforcement policies may be posted
+separately.
 
 Project maintainers who do not follow or enforce the Code of Conduct in good
 faith may face temporary or permanent repercussions as determined by other
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 15b3e41..fb4f36a 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -1,5 +1,6 @@
 # GENERAL
 
+No dependencies.
 
 # BUILD DOCS
 
@@ -12,7 +13,8 @@
 
 # LINTING
 
-* >=buf-0.43.2
+* Dependencies from BUILD DOCS
+* >=buf-0.43.2 (install via pip)
 
 # FORMATTING
 
diff --git a/HUMANS.md b/HUMANS.md
index 3104ed3..9f62dad 100644
--- a/HUMANS.md
+++ b/HUMANS.md
@@ -1,3 +1,4 @@
 # Active Contributors
 
 * Timm Fitschen <t.fitschen@indiscale.com>
+* Daniel Hornung <d.hornung@indiscale.com>
diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index a4ef6e5..afc27f6 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -7,7 +7,6 @@ guidelines of the CaosDB Project
 ## General Prerequisites
 
 * All tests are passing.
-* FEATURES.md is up-to-date and a public API is being declared in that document.
 * CHANGELOG.md is up-to-date.
 * DEPENDENCIES.md is up-to-date.
 
-- 
GitLab