Skip to content

Commit 692f8c5

Browse files
Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md
1 parent 2a5851b commit 692f8c5

File tree

2 files changed

+46
-16
lines changed

2 files changed

+46
-16
lines changed

CODE_OF_CONDUCT.md

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]](mailto:[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+
[Contributor Covenant](http://contributor-covenant.org), version 1.3.0, available at
44+
[contributor-covenant.org/version/1/3/0/](http://contributor-covenant.org/version/1/3/0/)

CONTRIBUTING.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pull requests is the primary place of discussing code changes.
88
The process is fairly standard:
99

1010
* Fork the repository or repositories you plan on contributing to
11-
* Copy `Local.props.example` into `Local.props` and make adjustments if necessary, otherwise the Solution won't load
1211
* Clone [RabbitMQ umbrella repository](https://github.com/rabbitmq/rabbitmq-public-umbrella)
1312
* `cd umbrella`, `make co`
1413
* Create a branch with a descriptive name in the relevant repositories
@@ -21,22 +20,9 @@ If what you are going to work on is a substantial change, please first ask the c
2120
of their opinion on [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users).
2221

2322

24-
## (Brief) Code of Conduct
23+
## Code of Conduct
2524

26-
In one line: don't be a dick.
27-
28-
Be respectful to the maintainers and other contributors. Open source
29-
contributors put long hours into developing projects and doing user
30-
support. Those projects and user support are available for free. We
31-
believe this deserves some respect.
32-
33-
Be respectful to people of all races, genders, religious beliefs and
34-
political views. Regardless of how brilliant a pull request is
35-
technically, we will not tolerate disrespectful or aggressive
36-
behaviour.
37-
38-
Contributors who violate this straightforward Code of Conduct will see
39-
their pull requests closed and locked.
25+
See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
4026

4127

4228
## Contributor Agreement

0 commit comments

Comments
 (0)