From 4a076e74a29e5d98b309328d36d44149c2b99059 Mon Sep 17 00:00:00 2001 From: Samhita Alla Date: Thu, 29 Jul 2021 09:45:44 +0530 Subject: [PATCH] Update code of conduct (#12) * Update code of conduct Signed-off-by: Samhita Alla * boilerpalte Signed-off-by: Samhita Alla --- CODE_OF_CONDUCT.md | 5 ++--- boilerplate/flyte/code_of_conduct/CODE_OF_CONDUCT.md | 2 ++ boilerplate/flyte/code_of_conduct/README.rst | 2 ++ boilerplate/flyte/code_of_conduct/update.sh | 12 ++++++++++++ 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 boilerplate/flyte/code_of_conduct/CODE_OF_CONDUCT.md create mode 100644 boilerplate/flyte/code_of_conduct/README.rst create mode 100755 boilerplate/flyte/code_of_conduct/update.sh diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4106f76..23ff0df 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,2 @@ -This project is governed by [Lyft's code of -conduct](https://github.com/lyft/code-of-conduct). All contributors -and participants agree to abide by its terms. \ No newline at end of file +This project is governed by LF AI Foundation's [code of conduct](https://lfprojects.org/policies/code-of-conduct/). +All contributors and participants agree to abide by its terms. \ No newline at end of file diff --git a/boilerplate/flyte/code_of_conduct/CODE_OF_CONDUCT.md b/boilerplate/flyte/code_of_conduct/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..e12139d --- /dev/null +++ b/boilerplate/flyte/code_of_conduct/CODE_OF_CONDUCT.md @@ -0,0 +1,2 @@ +This project is governed by LF AI Foundation's [code of conduct](https://lfprojects.org/policies/code-of-conduct/). +All contributors and participants agree to abide by its terms. diff --git a/boilerplate/flyte/code_of_conduct/README.rst b/boilerplate/flyte/code_of_conduct/README.rst new file mode 100644 index 0000000..0c9f2f1 --- /dev/null +++ b/boilerplate/flyte/code_of_conduct/README.rst @@ -0,0 +1,2 @@ +CODE OF CONDUCT +~~~~~~~~~~~~~~~ diff --git a/boilerplate/flyte/code_of_conduct/update.sh b/boilerplate/flyte/code_of_conduct/update.sh new file mode 100755 index 0000000..42f6158 --- /dev/null +++ b/boilerplate/flyte/code_of_conduct/update.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +# WARNING: THIS FILE IS MANAGED IN THE 'BOILERPLATE' REPO AND COPIED TO OTHER REPOSITORIES. +# ONLY EDIT THIS FILE FROM WITHIN THE 'FLYTEORG/BOILERPLATE' REPOSITORY: +# +# TO OPT OUT OF UPDATES, SEE https://github.com/flyteorg/boilerplate/blob/master/Readme.rst + +set -e + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" + +cp ${DIR}/CODE_OF_CONDUCT.md ${DIR}/../../../CODE_OF_CONDUCT.md