diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9de921c9981572e001ee41e37f4ef7a36ccd30d8..ca5a13a3949c295fc980ecd3e9173d5315e4a9b6 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 15b3e417102aa64e1c46208d609e5a1415d6080b..fb4f36a908730c83db79e41453fef3ea1aa3bd93 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 3104ed33f893da734c04d97b694bc2c1126ac519..9f62dadda4f90cfb968b689ce66066a3ed5f2666 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 a4ef6e55a76bb0eeca84d814f46b9c5161217595..afc27f6db86ac57ad7d00ad6cd37999a1e117012 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.