Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Code of Conduct

This project has adopted the [MongoDB Code of Conduct](https://www.mongodb.com/community-code-of-conduct).
If you see any violations of the above or have any other concerns or questions please contact us
using the following email alias: community-conduct@mongodb.com.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ please check [this section](#reporting-bugs-or-suggesting-enhancements) on how w

#### Prerequisite Tools
- [Git](https://git-scm.com/)
- [Go (at least Go 1.12)](https://golang.org/dl/)
- [Go (at least Go 1.14)](https://golang.org/dl/)

#### Environment
- Fork the repository.
Expand All @@ -65,3 +65,7 @@ The following is a short list of commands that can be run in the root of the pro
- Run `make lint` to validate against our linting rules.

We provide a git pre-commit hook to format and check the code, to install it run `make link-git-hooks`

## Maintainer's Guide

Reviewers, please ensure that the CLA has been signed by referring to [the contributors tool](https://contributors.corp.mongodb.com/) (internal link).