From 54fa63c7bab4cbfa42155ba6591848d4fa775e84 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 21 May 2020 02:58:07 +0200 Subject: [PATCH] Add COC and contributing guidelines. --- CODE_OF_CONDUCT.adoc | 50 ++++++++++++++++++++++++++++++++++++++++++++ CONTRIBUTING.adoc | 33 +++++++++++++++++++++++++++++ README.adoc | 2 ++ 3 files changed, 85 insertions(+) create mode 100644 CODE_OF_CONDUCT.adoc create mode 100644 CONTRIBUTING.adoc diff --git a/CODE_OF_CONDUCT.adoc b/CODE_OF_CONDUCT.adoc new file mode 100644 index 0000000..86b6f15 --- /dev/null +++ b/CODE_OF_CONDUCT.adoc @@ -0,0 +1,50 @@ +:contact-coc: tastytea@tastytea.de +:uri-coc-original: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +== Code of Conduct + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, education, ethnicity, gender identity and expression, level of +experience, nationality, personal appearance, race, religion, sex +characteristics, sexual identity and orientation or socio-economic status. + +=== Examples + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language. +* Being respectful of differing viewpoints and experiences. +* Gracefully accepting constructive criticism. +* Focusing on what is best for the community. +* Showing empathy towards other community members. + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances. +* Trolling, insulting/derogatory comments, and personal attacks. +* Public or private harassment. +* Publishing others’ private information, such as a physical or electronic + address, without explicit permission. + +=== Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at {contact-coc}. + +All complaints will be reviewed and investigated and will result in a response +that is deemed necessary and appropriate to the circumstances. The project team +is obligated to maintain confidentiality with regard to the reporter of an +incident. + +=== Attribution + +This Code of Conduct is adapted from the link:{uri-coc-original}[Contributor +Covenant, version 1.4]. + + +For answers to common questions about this code of conduct, see +link:https://www.contributor-covenant.org/faq[]. diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc new file mode 100644 index 0000000..e203ba8 --- /dev/null +++ b/CONTRIBUTING.adoc @@ -0,0 +1,33 @@ +:project: gentoo-xcursors +:uri-base: https://schlomp.space/tastytea/{project} +:uri-coc: {uri-base}/src/branch/main/CODE_OF_CONDUCT.adoc +:contact-email: tastytea@tastytea.de +:contact-xmpp: {contact-email} +:contact-fediverse: https://likeable.space/users/tastytea +:uri-git-format-patch: https://git-scm.com/docs/git-format-patch +:uri-git-send-email: https://git-scm.com/docs/git-send-email + +== How to contribute + +Read the link:{uri-coc}[Code of Conduct]. + +=== Reporting bugs or suggesting enhancements + +Before reporting a bug, please +https://schlomp.space/tastytea/{project}/issues[perform a search] to see if the +problem has already been reported. If it has, add a comment to the existing +issue or use reaction-emojis instead of opening a new one. Same for +enhancements. + +You can also contact me via mailto:{contact-email}[E-Mail], +link:xmpp:{contact-xmpp}[XMPP] or the {contact-fediverse}[Fediverse] if you +don't want to open an account. + +=== Pull requests + +Please use the same color theme as the rest of the cursors. If you add or modify +a cursor or alias, please do so in all variants. + +You can also send me your patches via mailto:{contact-email}[E-Mail], ideally +using link:{uri-git-format-patch}[git format-patch] or +link:{uri-git-send-email}[git send-email]. diff --git a/README.adoc b/README.adoc index 252c344..b4ecd5a 100644 --- a/README.adoc +++ b/README.adoc @@ -42,3 +42,5 @@ available sizes are 16, 24, 32, 48 and 64. gentoo-xcursors is licensed under the MIT license. See link:{uri-branch-main}/LICENSE[LICENSE] for details. + +include::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[]