Skip to content

Commit d72da67

Browse files
committed
chore(contributing): adding contributing and CoC guidelines
1 parent cbec717 commit d72da67

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-0
lines changed

CODE_OF_CONDUCT.md

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

CONTRIBUTING.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributing
2+
3+
When contributing to this repository, please first discuss the change you wish
4+
to make via issue, pull request, or any other method with the owners of this
5+
repository before making a change.
6+
7+
Please note we have a [code of conduct][code-of-conduct],
8+
please follow it in all your interactions with the project.
9+
10+
## Commit messages
11+
12+
Please follow the [Angular commit style][angular-commit-style].
13+
This helps the team automate [CHANGELOG.md][changelog] generation.
14+
15+
## Pull Request Process
16+
17+
1. Update the README.md or similar documentation with details of changes you
18+
wish to make, if applicable.
19+
2. Add any appropriate tests.
20+
3. Make your code or other changes.
21+
4. Review guidelines such as
22+
[How to write the perfect pull request][github-perfect-pr], thanks!
23+
24+
25+
[angular-commit-style]: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits
26+
[changelog]: CHANGELOG.md
27+
[code-of-conduct]: CODE_OF_CONDUCT.md
28+
[github-perfect-pr]: https://blog.github.com/2015-01-21-how-to-write-the-perfect-pull-request/
29+
[mdb-core-values]: https://www.mongodb.com/company/

0 commit comments

Comments
 (0)