From 46928531c69ed48a1fbffdcdb167be161b0a0e0a Mon Sep 17 00:00:00 2001 From: Cai Bingjun <62678643+C-BJ@users.noreply.github.com> Date: Wed, 17 Aug 2022 21:51:54 +0800 Subject: [PATCH 1/4] Create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..d97c88f5 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,27 @@ +# General + +Respect others. + +Do not say mean things or show contempt, even if there is a difference in skill. + +Do not be aggressive in disagreements. + +Do not deny any identity of the other person. + +Do not post anything that is severely offensive to others. + +Do not spam, fish or troll. + +If you see someone who you think is violating this Code of Conduct, please contact the [administrator](moderation.erglang@gmail.com) immediately. We will take appropriate action. + +## Development + +Requests are always welcome, but please keep in mind that they will not always be accepted. Many issues have trade-offs. + +Don't intercept issues that others have been assigned (Check assignees on GitHub). If it is considered too difficult for one person to handle it, we will call for more support. + +Before proposing a new feature, consider whether that feature could be easily solved by combining existing features. + +Please write code in a style that is standardized by the Erg team and languages. + +> This document is released under the [CC BY 4.0 license](https://creativecommons.org/licenses/by/4.0/). You may freely cite, modify, and redistribute it. From 2f5aacd4b4b59100080b6a6fecc65bc988d7d338 Mon Sep 17 00:00:00 2001 From: Cai Bingjun <62678643+C-BJ@users.noreply.github.com> Date: Wed, 17 Aug 2022 21:52:45 +0800 Subject: [PATCH 2/4] Delete CODE_OF_CONDUCT_EN.md --- CODE_OF_CONDUCT/CODE_OF_CONDUCT_EN.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 CODE_OF_CONDUCT/CODE_OF_CONDUCT_EN.md diff --git a/CODE_OF_CONDUCT/CODE_OF_CONDUCT_EN.md b/CODE_OF_CONDUCT/CODE_OF_CONDUCT_EN.md deleted file mode 100644 index d97c88f5..00000000 --- a/CODE_OF_CONDUCT/CODE_OF_CONDUCT_EN.md +++ /dev/null @@ -1,27 +0,0 @@ -# General - -Respect others. - -Do not say mean things or show contempt, even if there is a difference in skill. - -Do not be aggressive in disagreements. - -Do not deny any identity of the other person. - -Do not post anything that is severely offensive to others. - -Do not spam, fish or troll. - -If you see someone who you think is violating this Code of Conduct, please contact the [administrator](moderation.erglang@gmail.com) immediately. We will take appropriate action. - -## Development - -Requests are always welcome, but please keep in mind that they will not always be accepted. Many issues have trade-offs. - -Don't intercept issues that others have been assigned (Check assignees on GitHub). If it is considered too difficult for one person to handle it, we will call for more support. - -Before proposing a new feature, consider whether that feature could be easily solved by combining existing features. - -Please write code in a style that is standardized by the Erg team and languages. - -> This document is released under the [CC BY 4.0 license](https://creativecommons.org/licenses/by/4.0/). You may freely cite, modify, and redistribute it. From 2b9ca02da0ff359b5460fb03cbd7dcc7657a3b79 Mon Sep 17 00:00:00 2001 From: Cai Bingjun <62678643+C-BJ@users.noreply.github.com> Date: Wed, 17 Aug 2022 21:56:34 +0800 Subject: [PATCH 3/4] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d97c88f5..dc890f7b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,5 @@ +For other language versions, see [CODE_OF_CONDUCT](./CODE_OF_CONDUCT) Folder. + # General Respect others. From 513efe5cecb3231fcaf5e1ca2dc0d1d8ed4046be Mon Sep 17 00:00:00 2001 From: Cai Bingjun <62678643+C-BJ@users.noreply.github.com> Date: Wed, 17 Aug 2022 22:54:58 +0800 Subject: [PATCH 4/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0520883..64e6ea05 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,3 +17,5 @@ Also, the environment in which the bug occurred need not be reported if it is cl ## Asking questions If you have any questions, please feel free to ask them on the [Discord channel](https://discord.gg/zfAAUbgGr4). + +## [Code of conduct](./CODE_OF_CONDUCT.md)