diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-12-22 18:05:24 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-12-22 18:05:24 +0100 |
commit | 04d7d0838c3a50d83c9b35ddbe3988c659535ee9 (patch) | |
tree | 4c8df17e8bd7e23262723d646e64a56c7f5261fe | |
parent | 67f94ad76ef80040534ff43f79b7230b398f029e (diff) | |
download | redot-engine-04d7d0838c3a50d83c9b35ddbe3988c659535ee9.tar.gz |
Add a link to the code of conduct in the repository
This makes it display when opening an issue for the first time 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). |