From bf8881701d96bad0d406b0b71ba4746a9ffb391f Mon Sep 17 00:00:00 2001 From: Nicolas Dickinson Date: Fri, 10 Nov 2023 16:03:38 +0100 Subject: [PATCH 1/3] Adding code of conduct, moving posting of issues to contact. Focus on matrix chat. --- _quarto.yml | 1 + contact.qmd | 10 +++++- contributor.qmd | 81 +++++++++++++++++++++++++++++++++++++++++++++++++ index.qmd | 2 -- 4 files changed, 91 insertions(+), 3 deletions(-) create mode 100644 contributor.qmd diff --git a/_quarto.yml b/_quarto.yml index b5e2ba6..1f99d75 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -12,6 +12,7 @@ website: - vision.qmd - contact.qmd - posts.qmd + - contributor.qmd format: html: diff --git a/contact.qmd b/contact.qmd index 7442eaa..c9a65bb 100644 --- a/contact.qmd +++ b/contact.qmd @@ -6,7 +6,7 @@ title: "Contact" #### Nicolas Dickinson - WASH Web Lead -Founder of [WASHNote](#0). With over 15 years of experience in the WASH sector, Nick is highly specialized in the development of international and regional monitoring of WASH commitments and their enabling environments, providing country-led monitoring and evaluation of services, and facilitating trainings to a range of different organizations. Above all, he firmly believes in the need for making better use of data and digital systems to advance towards reaching SDG 6: clean water and sanitation for all by 2030. +Founder of [WASHNote](https://washnote.com). With over 15 years of experience in the WASH sector, Nick is highly specialized in the development of international and regional monitoring of WASH commitments and their enabling environments, providing country-led monitoring and evaluation of services, and facilitating trainings to a range of different organizations. Above all, he firmly believes in the need for making better use of data and digital systems to advance towards reaching SDG 6: clean water and sanitation for all by 2030. [Email](mailto:dickinson@washnote.com){target="_blank"} \| [LinkedIn](https://www.linkedin.com/in/nicolasdickinson/) @@ -15,3 +15,11 @@ Founder of [WASHNote](#0). With over 15 years of experience in the WASH sector, Merel works as an [independent consultant](https://www.lwn.earth/) in the WASH sector. Her work spans a variety of topics, from WASH systems strengthening to disaster preparedness in humanitarian settings. She studied an MSc in Water Science, Policy and Management at the University of Oxford, where her dissertation research focused on the use of systems thinking in the implementation of rural water treatment. [Email](mailto:merel@lwn.earth){target="_blank"} \| [LinkedIn](https://www.linkedin.com/in/merel-laauwen/) + +#### Have an issue or idea that you would like discussed? + +If you have ideas or issues and you do not feel that they fit in one of the discussion topics, you have several options: + +1. Go to the [our lobby on matrix](https://washweb.org/join.html) and share your thoughts there with everyone in the lobby, including the coordinators. + +2. Are you a developer or want a forum like experience? Post an issue: https://git.washnote.org/WASHWeb/washweb-ideas diff --git a/contributor.qmd b/contributor.qmd new file mode 100644 index 0000000..3ff2742 --- /dev/null +++ b/contributor.qmd @@ -0,0 +1,81 @@ +--- +title: "Code of conduct" +--- + +# Contributor Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our community include: + +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience +- Focusing on what is best not just for us as individuals, but for the overall community + +Examples of unacceptable behavior include: + +- The use of sexualized language or imagery, and sexual attention or advances of any kind +- Trolling, insulting or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, without their explicit permission +- Other conduct which could reasonably be considered inappropriate in a professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [dickinson+coc\@washnote.com](mailto:dickinson+coc@washnote.com){target="_blank" rel="noreferrer noopener"}. All complaints will be reviewed and investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the reporter of any incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series of actions. + +**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. + +**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within the community. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at . + +Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). + +For answers to common questions about this code of conduct, see the FAQ at . Translations are available at . diff --git a/index.qmd b/index.qmd index fc42852..b1f2a2c 100644 --- a/index.qmd +++ b/index.qmd @@ -37,5 +37,3 @@ Citizens, suppliers, NGOs and governments can take part to better use evidence t Are you interested in one of these initiatives? Find out more about [how to join here](https://washweb.org/join.html). For updates on WASH Web's work, follow us on LinkedIn: - -Feel free to add an issue on Github: From 593c237390a32a94e7ce71e060ba05217a2c4465 Mon Sep 17 00:00:00 2001 From: Nicolas Dickinson Date: Fri, 10 Nov 2023 16:08:53 +0100 Subject: [PATCH 2/3] Removing link to WASHNote github repo. --- join.qmd | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/join.qmd b/join.qmd index dec9d34..c155038 100644 --- a/join.qmd +++ b/join.qmd @@ -4,7 +4,7 @@ title: "Joining the Working Groups" We facilitate the four working groups through Matrix "rooms". By means of free discussion, members can collaborate on one (or more!) of the working group topics. -### Step 1: Install Matrix +### Step 1: Install Matrix The easiest way to access Matrix is through Element. @@ -14,8 +14,7 @@ The easiest way to access Matrix is through Element. ### Step 2: Create an account -To register, you may use either your email, existing Github, Google, Gitlab, -Facebook or Apple account. +To register, you may use either your email, existing Github, Google, Gitlab, Facebook or Apple account. ### Step 3: Join the WASH Web lobby & working groups! @@ -36,5 +35,3 @@ Join any of the groups you are interested in by clicking the corresponding links ## Stay updated! [Linkedin](https://www.linkedin.com/company/washweb/) - -[Github](https://github.com/WASHNote/WASHWeb) From 8b3919973c86af17ed87414ef005ab44d901c3f8 Mon Sep 17 00:00:00 2001 From: Nicolas Dickinson Date: Tue, 14 Nov 2023 10:33:23 +0100 Subject: [PATCH 3/3] Adding join link and minor edits --- _quarto.yml | 2 ++ contributor.qmd | 2 -- index.qmd | 2 +- vision.qmd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 1f99d75..0de5917 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -9,6 +9,8 @@ website: left: - href: index.qmd text: Home + - href: join.qmd + text: Join - vision.qmd - contact.qmd - posts.qmd diff --git a/contributor.qmd b/contributor.qmd index 3ff2742..e2226f9 100644 --- a/contributor.qmd +++ b/contributor.qmd @@ -2,8 +2,6 @@ title: "Code of conduct" --- -# Contributor Code of Conduct - ## Our Pledge We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation. diff --git a/index.qmd b/index.qmd index b1f2a2c..3b0fde2 100644 --- a/index.qmd +++ b/index.qmd @@ -30,7 +30,7 @@ The actors accountable for water and sanitation decision-making are often disper ## Who can take part? {#join} -Citizens, suppliers, NGOs and governments can take part to better use evidence to and to make information accessible. +Citizens, publishers, private sector, NGOs and governments can take part to better use evidence to and to make information accessible. ## How can you participate? diff --git a/vision.qmd b/vision.qmd index 39a08c8..0fc165d 100644 --- a/vision.qmd +++ b/vision.qmd @@ -12,7 +12,7 @@ At the core of the vision, the idea is to make information discoverable, represe **Useful** information is information from which one can begin to take action. Often key information about who to contact for more information, what happened, when and where is missing. If there is information about water services or sanitation, these are often dated. -In short, WASH Web intends to make information and expertise more accessible so that it is no longer only experts who are able to make informed decisions based on available evidence. Up until now, WASH Web has been an idea and a project that a few people have been playing with. This website and the project is open source and participatory meaning it is open to the initiative and inputs from others. Currently, WASHNote hosts and maintains the project website and source code. +In short, the WASH Web community makes information and expertise more accessible so that it is no longer only experts who are able to make informed decisions based on available evidence. Up until now, WASH Web has been an idea and a project that a few people have been playing with. This website and the project is open source and participatory meaning it is open to the initiative and inputs from others. Currently, WASHNote hosts and maintains the project website and source code. Would you like to get involved? Please get in touch or add an issue on Github.