From 05ae8ca2426709eb73267c79a9f668ebfb79a816 Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Thu, 26 Apr 2018 14:29:58 -0500 Subject: [PATCH 1/2] Add CONTRIBUTING guidelines :construction: --- CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e69de29 From f480ae2d5b92950c648904c03853bc355d383967 Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Thu, 26 Apr 2018 14:37:02 -0500 Subject: [PATCH 2/2] Update VSTS build config --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index d4bdaeb..ac3df82 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -2,4 +2,4 @@ steps: - script: echo hello world feature branch - script: | - echo hello world from Dennis + echo hello world from Steve