From 8ee362f07ce7f9747fbb5228eb2399fccf06d627 Mon Sep 17 00:00:00 2001 From: annag <479623+annag42@users.noreply.github.com> Date: Wed, 4 Jan 2023 19:54:11 -0800 Subject: [PATCH] Adding a References section to CoC doc Copied links to jurisdictionally-relevant codes of conduct, from the Contributing doc, as a first step in moving them out of that document. --- docs/CODE_OF_CONDUCT.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index e3cde9f..e2932fb 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -75,3 +75,15 @@ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.ht For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq +## Refrences + +Openboard is a project utilizing and teaching [Go](https://golang.org) and +[Elm](https://elm-lang.org). This project is part of the +[OpenEugene](http://openeugene.org) collective, and our meetings are part of +the [EugeneTech](https://eugenetech.org) community. Therefore, we align +ourselves with the codes of conduct put forth by those orgs/communities. + +- [EugeneTech Policies](https://github.com/EugTech/policies) +- [OpenEugene Code of Conduct (via CFA)](https://brigade.codeforamerica.org/about/code-of-conduct) +- [Go Community Code of Conduct](https://golang.org/conduct) +- [Elm Community Spaces Code of Conduct](https://github.com/elm-community/discussions/blob/master/code-of-conduct.md)