Skip to content

Commit 074afab

Browse files
committed
Move Code of Conduct to its own file
1 parent de3e8e2 commit 074afab

2 files changed

Lines changed: 45 additions & 45 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Code of Conduct
2+
3+
## Our Pledge
4+
5+
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, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behaviour that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behaviour by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behaviour and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behaviour.
28+
29+
Project maintainers 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, or to ban temporarily or permanently any contributor for other behaviours that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behaviour may be reported by contacting the project team at [INSERT EMAIL ADDRESS]. 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. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](https://contributor-covenant.org/version/1/4/)

CONTRIBUTING.md

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Try not to include mass work into a single pull request. We'd prefer one pull re
1010

1111
This project is happy to take part in [Hacktoberfest](https://hacktoberfest.digitalocean.com) each year and is willing to help dedicated developers make contributions to qualify for their Hacktoberfest profile. We will automatically add the `Hacktoberfest` tag to any pull request in the month of October, unless we feel the pull request is spam, in which case we will mark the pull request as `spam` and the pull request will be closed meaning it will not qualify as a valid pull request for the Hacktoberfest event.
1212

13-
Please note we have a code of conduct, please follow it in all your interactions with the project.
13+
Please note we have a [code of conduct](./CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
1414

1515
## Pull Request Process
1616

@@ -19,47 +19,4 @@ Please note we have a code of conduct, please follow it in all your interactions
1919
3. Optionally, add your name, email address and GitHub/personal URL to the `contributors` object in `package.json` in the format of `"Name <email@example.com> (https://github.com/username)"`. All fields are optional, so if you don't want to include your email, you can leave it out, for example `"Name (https://github.com/username)`.
2020
4. All comments must be resolved before approval. All required workflows must pass before approval.
2121
5. An owner/collaborator will merge the pull request once the pull request has been approved by an owner/collaborator and no further modifications are needed.
22-
23-
## Code of Conduct
24-
25-
### Our Pledge
26-
27-
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, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
28-
29-
### Our Standards
30-
31-
Examples of behaviour that contributes to creating a positive environment include:
32-
33-
* Using welcoming and inclusive language
34-
* Being respectful of differing viewpoints and experiences
35-
* Gracefully accepting constructive criticism
36-
* Focusing on what is best for the community
37-
* Showing empathy towards other community members
38-
39-
Examples of unacceptable behaviour by participants include:
40-
41-
* The use of sexualized language or imagery and unwelcome sexual attention or advances
42-
* Trolling, insulting/derogatory comments, and personal or political attacks
43-
* Public or private harassment
44-
* Publishing others' private information, such as a physical or electronic address, without explicit permission
45-
* Other conduct which could reasonably be considered inappropriate in a professional setting
46-
47-
### Our Responsibilities
48-
49-
Project maintainers are responsible for clarifying the standards of acceptable behaviour and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behaviour.
50-
51-
Project maintainers 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, or to ban temporarily or permanently any contributor for other behaviours that they deem inappropriate, threatening, offensive, or harmful.
52-
53-
### Scope
54-
55-
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
56-
57-
### Enforcement
58-
59-
Instances of abusive, harassing, or otherwise unacceptable behaviour may be reported by contacting the project team at [INSERT EMAIL ADDRESS]. 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. Further details of specific enforcement policies may be posted separately.
60-
61-
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
62-
63-
### Attribution
64-
65-
This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](https://contributor-covenant.org/version/1/4/)
22+
6.

0 commit comments

Comments
 (0)