From e64d79b2e232213d113126cf3c6786ab50bd812e Mon Sep 17 00:00:00 2001 From: Bill Kable Date: Thu, 19 Jun 2025 09:07:30 -0500 Subject: [PATCH] code of conduct and contribution guides --- CODE_OF_CONDUCT.md | 4 ++++ CONTRIBUTING.md | 4 ++++ 2 files changed, 8 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 0000000..d4cf3da --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,4 @@ +# Code of Conduct + +See the Educates Training Platform Code of conduct guide +[here](https://github.com/educates/educates-training-platform/blob/develop/CODE_OF_CONDUCT.md). \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..da1c468 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +# Contributing + +See the Educates Training Platform Contributing guide +[here](https://github.com/educates/educates-training-platform/blob/develop/CONTRIBUTING.md). \ No newline at end of file