diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-12-22 20:32:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 20:32:02 +0100 |
commit | 5d7898fb6ef2a18910892a2bda67771af1122bda (patch) | |
tree | 4c8df17e8bd7e23262723d646e64a56c7f5261fe | |
parent | 67f94ad76ef80040534ff43f79b7230b398f029e (diff) | |
parent | 04d7d0838c3a50d83c9b35ddbe3988c659535ee9 (diff) |
Merge pull request #34545 from Calinou/add-code-of-conduct
Add a link to the code of conduct in the repository
-rw-r--r-- | CODE_OF_CONDUCT.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..f10438769d --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,4 @@ +# Code of Conduct + +By participating in this repository, you agree to abide by the +[Godot Engine Code of Conduct](https://godotengine.org/code-of-conduct). |