From 20ee14b868f9fce3c0ab6d467348da2060347ec6 Mon Sep 17 00:00:00 2001 From: zvecr Date: Sun, 10 Jan 2021 00:57:56 +0000 Subject: [PATCH] Add default CoC and issues discord link --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ CODE_OF_CONDUCT.md | 24 ++++++++++++++++++++++++ README.md | 3 +-- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 CODE_OF_CONDUCT.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..09c47af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: QMK Discord + url: https://discord.gg/Uq7gcHh + about: Ask questions, discuss issues and features. Chill. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..c9e3e05 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,24 @@ +# Code Of Conduct + +QMK strives to be an inclusive, tolerant, and welcoming community. We encourage participation from anyone regardless of age, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, political belief, race, religion, or sexual identity and orientation. + +> “A gentle word turns away wrath, but a harsh word stirs up anger." + +Our users, contributors, and collaborators are expected to treat each other with kindness and respect, to assume good intentions, and to gently correct, where possible, rather than react with escalation. While our goal is to be as accurate as possible, kindness and understanding are more valuable than correctness. Some examples of behavior we will not tolerate include, but is not limited to: + +* The use of sexualized language or imagery +* Unwelcome advances, sexual or otherwise +* Deliberate intimidation, stalking, or following +* Insults or derogatory comments, or personal or political attacks +* Publishing others’ private information without explicit permission +* Sustained disruption of talks or other events +* Other conduct which could reasonably be considered inappropriate in a professional setting +* Advocating for, or encouraging, any of the above behaviour + +# Reporting + +If someone is violating this Code of Conduct, please email hello@qmk.fm or reach out to one of the Collaborators to bring it to our attention. All complaints will be reviewed and investigated. + +QMK will seek to use the least punitive means available to resolve an issue. If the circumstances require asking an offender to leave, we will do that. + +Reports will be taken and kept in strict confidence. You will not be required to confront an offender directly. diff --git a/README.md b/README.md index 7059ead..0bf0d7c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# .github -Default community health files +# Default community health files