From dfe6bc5d863c7d90798b472f05148a2c4df843d1 Mon Sep 17 00:00:00 2001 From: Nikita Wootten Date: Thu, 5 Dec 2019 17:41:17 -0500 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b4eb67f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing + +When writing code contributing to GoGM, please first discuss the change you wish to make via issue, or by emailing the maintainers of this repo: eric@mindstand.com and nikita@mindstand.com. + +Please note we have a code of conduct, please follow it in all your interactions with the project. + +## Pull Request Process + +1. Ensure that your changes have been properly formatted with go format. +2. Update relevant READMEs and go doc comments. +3. Ensure current tests pass, and add new tests as appropriate. +4. Submit a pull request with your changes.