From 88a65d0f1614662682d6ea96fd0a3843d86bf385 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Tue, 15 Oct 2019 11:48:41 -0600 Subject: [PATCH 1/2] fix(azure-vote-example): fix apiserverion to RedisCache object --- examples/demo/azure-vote-app-redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/azure-vote-app-redis.yaml b/examples/demo/azure-vote-app-redis.yaml index 67dd9ade6c2..a15c582af8e 100644 --- a/examples/demo/azure-vote-app-redis.yaml +++ b/examples/demo/azure-vote-app-redis.yaml @@ -1,4 +1,4 @@ -apiVersion: azure.microsoft.com/v1alpha1alpha1 +apiVersion: azure.microsoft.com/v1alpha1 kind: RedisCache metadata: name: azure-redis From da7916c435cb1963d4d3af1d263535acaafa91ce Mon Sep 17 00:00:00 2001 From: Mel Rush Date: Tue, 15 Oct 2019 14:57:37 -0600 Subject: [PATCH 2/2] adding gif section for MORE FUN (#364) --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d0fefa50c95..014b24a3e65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,6 +5,9 @@ If this PR closes another issue, add 'closes #' somewhere in the P **Special notes for your reviewer**: +**How does this PR make you feel**: +![gif](https://giphy.com/) + **If applicable**: - [ ] this PR contains documentation - [ ] this PR contains tests