From c161b8dffe4e2ebafbc09ee9a3f77df1c7945294 Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Tue, 4 Mar 2025 15:18:21 +0000 Subject: [PATCH] Add code of conduct and contributing to repo. --- CODE_OF_CONDUCT.md | 1 + CONTRIBUTING.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..2b5a15f66b --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1 @@ +Our code of conduct is published at https://zeek.org/community-code-of-conduct/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..70611ee1eb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Our contribution guide is available at https://github.com/zeek/zeek/wiki/Contribution-Guide. + +More information about contributing is also available at https://docs.zeek.org/en/master/devel/contributors.html.