Skip to content

Commit d6648a0

Browse files
author
Rob Winch
committed
Add Code of Conduct
1 parent e81c7df commit d6648a0

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

CODE_OF_CONDUCT.adoc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
= Contributor Code of Conduct
2+
3+
As contributors and maintainers of this project, and in the interest of fostering an open
4+
and welcoming community, we pledge to respect all people who contribute through reporting
5+
issues, posting feature requests, updating documentation, submitting pull requests or
6+
patches, and other activities.
7+
8+
We are committed to making participation in this project a harassment-free experience for
9+
everyone, regardless of level of experience, gender, gender identity and expression,
10+
sexual orientation, disability, personal appearance, body size, race, ethnicity, age,
11+
religion, or nationality.
12+
13+
Examples of unacceptable behavior by participants include:
14+
15+
* The use of sexualized language or imagery
16+
* Personal attacks
17+
* Trolling or insulting/derogatory comments
18+
* Public or private harassment
19+
* Publishing other's private information, such as physical or electronic addresses,
20+
without explicit permission
21+
* Other unethical or unprofessional conduct
22+
23+
Project maintainers have the right and responsibility to remove, edit, or reject comments,
24+
commits, code, wiki edits, issues, and other contributions that are not aligned to this
25+
Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors
26+
that they deem inappropriate, threatening, offensive, or harmful.
27+
28+
By adopting this Code of Conduct, project maintainers commit themselves to fairly and
29+
consistently applying these principles to every aspect of managing this project. Project
30+
maintainers who do not follow or enforce the Code of Conduct may be permanently removed
31+
from the project team.
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an
34+
individual is representing the project or its community.
35+
36+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by
37+
contacting a project maintainer at [email protected] . All complaints will
38+
be reviewed and investigated and will result in a response that is deemed necessary and
39+
appropriate to the circumstances. Maintainers are obligated to maintain confidentiality
40+
with regard to the reporter of an incident.
41+
42+
This Code of Conduct is adapted from the
43+
http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44+
http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ to expect from the Spring team when evaluating your submission._
66
_Please refer back to this document as a checklist before issuing any pull
77
request; this will save time for everyone!_
88

9+
## Code of Conduct
10+
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.adoc).
11+
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
12+
913
## Take Your First Steps
1014

1115
### Understand the basics

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The framework also serves as the foundation for [Spring Integration][], [Spring
1010
and the rest of the Spring [family of projects][]. Browse the repositories under
1111
the [Spring organization][] on GitHub for a full list.
1212

13+
## Code of Conduct
14+
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.adoc).
15+
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
16+
1317
## Downloading Artifacts
1418
See [downloading Spring artifacts][] for Maven repository information. Unable to
1519
use Maven or other transitive dependency management tools?

0 commit comments

Comments
 (0)