diff options
author | Jeff King <peff@peff.net> | 2019-09-26 03:20:46 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-10 10:41:46 +0900 |
commit | 3f9ef874a731d5bdb32524d3ddb9235627d05589 (patch) | |
tree | c0c16f66e542e271fd2770f86710453b0db24f64 /CODE_OF_CONDUCT.md | |
parent | 5cdf2301d4a8b439f89fd2cdfed13736ccd64a30 (diff) | |
download | git-3f9ef874a731d5bdb32524d3ddb9235627d05589.tar.gz |
CODE_OF_CONDUCT: mention individual project-leader emails
It's possible that somebody on the project committee is the subject of a
complaint. In that case, it may be useful to be able to contact the
other members individually, so let's make it clear that's an option.
This also serves to enumerate the set of people on the committee. That
lets you easily _know_ if you're in the situation mentioned above. And
it's just convenient to list who's involved in the process, since the
project committee list is not anywhere else in the repository.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'CODE_OF_CONDUCT.md')
-rw-r--r-- | CODE_OF_CONDUCT.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b94f72b0b8..fc4645d5c0 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -74,6 +74,14 @@ 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 members of the project's leadership. +The project leadership team can be contacted by email as a whole at +git@sfconservancy.org, or individually: + + - Ævar Arnfjörð Bjarmason <avarab@gmail.com> + - Christian Couder <christian.couder@gmail.com> + - Jeff King <peff@peff.net> + - Junio C Hamano <gitster@pobox.com> + ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], |