Skip to content

Commit ef904a4

Browse files
author
Rob Winch
committed
Add Code of Conduct
Fixes gh-351
1 parent 207e4e2 commit ef904a4

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

CODE_OF_CONDUCT.adoc

+44
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.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
Spring Session is released under the Apache 2.0 license. If you would like to contribute
44
something, or simply want to hack on the code this document should help you get started.
55

6-
6+
== Code of Conduct
7+
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
8+
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
79

810
== Using GitHub issues
911

README.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Spring Session aims to provide a common infrastructure for managing sessions. Th
1111
** Pluggable strategy for determining the session id
1212
** Easily keep the HttpSession alive when a WebSocket is active
1313

14+
== Code of Conduct
15+
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
16+
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
17+
1418
= Spring Session Project Site
1519

1620
You can find the documentation, issue management, support, samples, and guides for using Spring Session at http://projects.spring.io/spring-session/

0 commit comments

Comments
 (0)