From 2021011ffd540aeabe80974d42260354bb6c344a Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Fri, 28 Oct 2022 12:12:51 +0200 Subject: [PATCH 1/2] feat: Added Code Of Conduct --- coc.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.md | 6 +----- 2 files changed, 62 insertions(+), 5 deletions(-) create mode 100644 coc.md diff --git a/coc.md b/coc.md new file mode 100644 index 0000000..50b53b9 --- /dev/null +++ b/coc.md @@ -0,0 +1,61 @@ +--- +title: Code of Conduct +layout: page +--- + +## Philosophy + +The goal of the DoDevops project is to create a collection of useful tools for the global DevOps and Cloud architect +community. While the project doesn't actually have a formal community, we want to ensure a positive and inspiring +atmosphere in the communication around the development of these tools in issues or pull requests. + +This is why we have this Code of Conduct: it explains the type of community we want to have. The rules below are not +applied to all interactions with a simple matching algorithm. Human interactions happen in context and are complex. +Perceived violations are evaluated by real humans who will try to interpret the interactions and the rules with +kindness. Accordingly, there is no need to hypothesize on how these rules would affect normal interactions. Be +reasonable. + +## Application + +This Code of Conduct applies to all users and contributors who engage with the DoDevops project in any form. + +## Expectations + +* Politeness is expected at all times. Be kind and courteous. +* Always assume positive intent from others. Be aware that differences in culture and English proficiency make + written communication more difficult than face-to-face communication and that your interpretation of messages may + not be the one the author intended. Conversely, if someone asks you to rephrase something you said, be ready to do so + without feeling judged. +* Feedback is always welcome but keep your criticism constructive. We encourage you to open feature requests, bug + reports and pull requests. Use these forms to discuss improvements, not to vent out frustration. Similarly, when + other users offer you feedback please accept it gracefully. + +## Restricted conduct + +Participating in restricted conduct will lead to a warning from project moderators and may lead to exclusion or reports +depending on the included platform. + +* The DoDevops project is committed to providing a friendly and safe environment for everyone, regardless of level of + experience, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, + ethnicity, language proficiency, age, political orientation, nationality, religion, or other similar characteristics. + We do not tolerate harassment or discrimination of participants in any form. +* In particular, we strive to be welcoming to all industry minorities and to ensure that they can take a more active + role in the community and the project. Targeted harassment of minorities is unacceptable. +* As a community developed project, we strive for consensus among contributors before moving forward with a proposed + feature. If there is not enough support for your ideas, please don't continue insisting or trying to force others + into supporting your point. Features are not accepted through a voting process, so piling onto a contentious feature + requests is not acceptable. +* Aggressive or offensive behavior is not acceptable. +* You will be excluded from participating in the project if you insult, demean, harass, intentionally make others + uncomfortable by any means, or participate in any other hateful conduct, either publicly or privately. +* Likewise, any spamming, trolling, flaming, baiting, or other attention-stealing behavior is not welcome and will + result in exclusion from the project. +* Any form of retaliation against a participant who contacts the Code of Conduct team is completely unacceptable, + regardless of the outcome of the complaint. Any such behavior will result in exclusion from the community. +* For certainty, any conduct which could reasonably be considered inappropriate in a professional setting is not + acceptable. + +## Reporting a breach + +If you witness or are involved in an interaction with another member that you think may violate this Code of Conduct, +please contact the project leads using this [mail address](conduct-breach@dodevops.io). diff --git a/index.md b/index.md index 0286dde..fd13aee 100644 --- a/index.md +++ b/index.md @@ -1,13 +1,9 @@ --- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - +title: Welcome to DO! DevOps layout: home list_title: "Our dev.to posts" --- -## Welcome to DO! DevOps - The DO! DevOps Logo We're a gathering of DevOps engineers and SREs to work on open source projects supporting our work. From 190fb3087d02d5ddaf83d2aba61df6b28b9f26f4 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Fri, 28 Oct 2022 12:19:12 +0200 Subject: [PATCH 2/2] docs: Mentioned Godot source --- coc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coc.md b/coc.md index 50b53b9..18ff7c6 100644 --- a/coc.md +++ b/coc.md @@ -59,3 +59,5 @@ depending on the included platform. If you witness or are involved in an interaction with another member that you think may violate this Code of Conduct, please contact the project leads using this [mail address](conduct-breach@dodevops.io). + +*This Code Of Conduct is based on the awesome work [of the Godot project](https://godotengine.org/code-of-conduct)*