diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..ffdf6aa7c --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07d60c9d2..78f7d9618 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. @@ -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).