Skip to content

Commit

Permalink
Merge pull request #8 from alan-turing-institute/2-CoC
Browse files Browse the repository at this point in the history
[WIP]Adding CoC
  • Loading branch information
phinate committed Jan 19, 2024
2 parents 24a403c + 32e5c7b commit 6e88939
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions project_template/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{%- if coc == "their_coc" -%}
File was automatically generated, please fill me in (or raise an issue on this repo if you see me blank!)
{%- elif coc == "our_coc" -%}
# Code of Conduct

We value the participation of every member of our community and want to ensure
that every contributor has an enjoyable and fulfilling experience. Accordingly,
everyone who participates in the {{ project_name }} project is expected to show respect and courtesy to other community members at all time.

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers are dedicated to making participation in our project
a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behaviour 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 behaviour by participants include:

- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

<!--
Modify the following sections to the needs of your project.
## Our Responsibilities
## Enforcement
-->

## Attribution

This Code of Conduct is adapted from the [Turing Data Stories Code of Conduct](https://github.com/alan-turing-institute/TuringDataStories/blob/main/CODE_OF_CONDUCT.md) which is based on the [scona project Code of Conduct](https://github.com/WhitakerLab/scona/blob/master/CODE_OF_CONDUCT.md)
and the [Contributor Covenant](https://www.contributor-covenant.org), version [1.4](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html)
{%- endif -%}

0 comments on commit 6e88939

Please sign in to comment.