From b213abdf234ffec50fb92ceda9efb0198b1341a9 Mon Sep 17 00:00:00 2001 From: Joe Gatt Date: Fri, 10 Apr 2020 10:06:41 -0400 Subject: [PATCH 1/3] Fixed Microsoft link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a03c4b..0c4aad1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SSLChecker is a serverless API written in Python and running on Azure Functions. ## Pre-requisites -Development - To set up a local development environment, follow the guidance from Microsoft [here](https://docs.microsoft.com/en-us/dazure/azure-functions/functions-create-first-function-python?tabs=bash%2Cbrowser). +Development - To set up a local development environment, follow the guidance from Microsoft [here](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-python&tabs=bash%2Cbrowser). Deployment - As part of the above setup, you will be able to deploy to Azure using the azure-cli. Additionally, Azure DevOps or another CI/CD tool is capable of deploying to Azure. From 9efe750dab9ecad9aaff52ad8ef59cf7c3ea7414 Mon Sep 17 00:00:00 2001 From: Tim Tyler Date: Fri, 10 Apr 2020 20:52:25 -0400 Subject: [PATCH 2/3] Remove "Covenant" from title to reflect internal policy --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 081a2ae..936ef25 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,4 +1,4 @@ -# Contributor Covenant Code of Conduct +# Contributor Code of Conduct ## Our Pledge From 282540f7a276634c99c32f406a39f892344f8029 Mon Sep 17 00:00:00 2001 From: Tim Tyler Date: Fri, 10 Apr 2020 21:07:58 -0400 Subject: [PATCH 3/3] Resolve mistaken company reference --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52b0d8d..71dbbf2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ Please verify that your issue is not being currently addressed by other issues o ## Submitting Changes * Push your changes to a topic branch in your fork of the repository. -* Submit a pull request to the repository in the Nike-Inc organization. +* Submit a pull request to the repository in the MetLife organization. * After feedback has been given we expect responses within two weeks. After two weeks we may close the pull request if it isn't showing any activity. * Bug fixes or features that lack appropriate tests may not be considered for merge. * Changes that lower test coverage may not be considered for merge.