Skip to content

Commit 1f68ab3

Browse files
committed
Separate out the code of conduct from CONTRIBUTING.md
1 parent d382890 commit 1f68ab3

File tree

2 files changed

+70
-71
lines changed

2 files changed

+70
-71
lines changed

CODE_OF_CONDUCT.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Code of Conduct
2+
### Our Pledge
3+
4+
In the interest of fostering an open and welcoming environment, we as
5+
contributors and maintainers pledge to making participation in our project and
6+
our community a harassment-free experience for everyone, regardless of age, body
7+
size, disability, ethnicity, gender identity and expression, level of experience,
8+
nationality, personal appearance, race, religion, or sexual identity and
9+
orientation.
10+
11+
### Our Standards
12+
13+
Examples of behavior that contributes to creating a positive environment
14+
include:
15+
16+
* Using welcoming and inclusive language
17+
* Being respectful of differing viewpoints and experiences
18+
* Gracefully accepting constructive criticism
19+
* Focusing on what is best for the community
20+
* Showing empathy towards other community members
21+
22+
Examples of unacceptable behavior by participants include:
23+
24+
* The use of sexualized language or imagery and unwelcome sexual attention or
25+
advances
26+
* Trolling, insulting/derogatory comments, and personal or political attacks
27+
* Public or private harassment
28+
* Publishing others' private information, such as a physical or electronic
29+
address, without explicit permission
30+
* Other conduct which could reasonably be considered inappropriate in a
31+
professional setting
32+
33+
### Our Responsibilities
34+
35+
Project maintainers are responsible for clarifying the standards of acceptable
36+
behavior and are expected to take appropriate and fair corrective action in
37+
response to any instances of unacceptable behavior.
38+
39+
Project maintainers have the right and responsibility to remove, edit, or
40+
reject comments, commits, code, wiki edits, issues, and other contributions
41+
that are not aligned to this Code of Conduct, or to ban temporarily or
42+
permanently any contributor for other behaviors that they deem inappropriate,
43+
threatening, offensive, or harmful.
44+
45+
### Scope
46+
47+
This Code of Conduct applies both within project spaces and in public spaces
48+
when an individual is representing the project or its community. Examples of
49+
representing a project or community include using an official project e-mail
50+
address, posting via an official social media account, or acting as an appointed
51+
representative at an online or offline event. Representation of a project may be
52+
further defined and clarified by project maintainers.
53+
54+
### Enforcement
55+
56+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
57+
reported by contacting the project team via issues. All
58+
complaints will be reviewed and investigated and will result in a response that
59+
is deemed necessary and appropriate to the circumstances. The project team is
60+
obligated to maintain confidentiality with regard to the reporter of an incident.
61+
Further details of specific enforcement policies may be posted separately.
62+
63+
### Attribution
64+
65+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
66+
available at [http://contributor-covenant.org/version/1/4][version]
67+
68+
[homepage]: http://contributor-covenant.org
69+
[version]: http://contributor-covenant.org/version/1/4/

CONTRIBUTING.md

+1-71
Original file line numberDiff line numberDiff line change
@@ -53,75 +53,5 @@ java -jar BambdaChecker-1.1.jar validateonly
5353
- Use of appropriately named variables should mean that your Bambda is self-documenting.
5454
5. Please ensure that your submission does not modify or include any additional markdown files.
5555

56-
57-
5856
## Code of Conduct
59-
60-
### Our Pledge
61-
62-
In the interest of fostering an open and welcoming environment, we as
63-
contributors and maintainers pledge to making participation in our project and
64-
our community a harassment-free experience for everyone, regardless of age, body
65-
size, disability, ethnicity, gender identity and expression, level of experience,
66-
nationality, personal appearance, race, religion, or sexual identity and
67-
orientation.
68-
69-
### Our Standards
70-
71-
Examples of behavior that contributes to creating a positive environment
72-
include:
73-
74-
* Using welcoming and inclusive language
75-
* Being respectful of differing viewpoints and experiences
76-
* Gracefully accepting constructive criticism
77-
* Focusing on what is best for the community
78-
* Showing empathy towards other community members
79-
80-
Examples of unacceptable behavior by participants include:
81-
82-
* The use of sexualized language or imagery and unwelcome sexual attention or
83-
advances
84-
* Trolling, insulting/derogatory comments, and personal or political attacks
85-
* Public or private harassment
86-
* Publishing others' private information, such as a physical or electronic
87-
address, without explicit permission
88-
* Other conduct which could reasonably be considered inappropriate in a
89-
professional setting
90-
91-
### Our Responsibilities
92-
93-
Project maintainers are responsible for clarifying the standards of acceptable
94-
behavior and are expected to take appropriate and fair corrective action in
95-
response to any instances of unacceptable behavior.
96-
97-
Project maintainers have the right and responsibility to remove, edit, or
98-
reject comments, commits, code, wiki edits, issues, and other contributions
99-
that are not aligned to this Code of Conduct, or to ban temporarily or
100-
permanently any contributor for other behaviors that they deem inappropriate,
101-
threatening, offensive, or harmful.
102-
103-
### Scope
104-
105-
This Code of Conduct applies both within project spaces and in public spaces
106-
when an individual is representing the project or its community. Examples of
107-
representing a project or community include using an official project e-mail
108-
address, posting via an official social media account, or acting as an appointed
109-
representative at an online or offline event. Representation of a project may be
110-
further defined and clarified by project maintainers.
111-
112-
### Enforcement
113-
114-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
115-
reported by contacting the project team via issues. All
116-
complaints will be reviewed and investigated and will result in a response that
117-
is deemed necessary and appropriate to the circumstances. The project team is
118-
obligated to maintain confidentiality with regard to the reporter of an incident.
119-
Further details of specific enforcement policies may be posted separately.
120-
121-
### Attribution
122-
123-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
124-
available at [http://contributor-covenant.org/version/1/4][version]
125-
126-
[homepage]: http://contributor-covenant.org
127-
[version]: http://contributor-covenant.org/version/1/4/
57+
Please ensure that you are familar with and respect our [code of conduct](https://github.com/PortSwigger/bambdas/blob/main/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)