From 32ade95f6d4a703dd0ecfcc6d259ab8bc05aabf3 Mon Sep 17 00:00:00 2001 From: Steven Blowers Date: Fri, 21 Jul 2017 12:03:17 +0100 Subject: [PATCH] adding contributing section to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 552ef1d..cb286c6 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,9 @@ export MSSQL_UID=sa export MSSQL_PWD='ThePa$$word' docker run -e 'ACCEPT_EULA=Y' -e SA_PASSWORD=$MSSQL_PWD -p 1433:1433 -d microsoft/mssql-server-linux ``` + +## Contributing + +### Code of Conduct + +This project had a [Code of Conduct](https://github.com/findmypast-oss/mssql_ecto/blob/master/CODE_OF_CONDUCT.md) if you wish to contribute to this project, please abide by its rules.