diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..694c62712b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +> NOTE: Please check the “Allow edits from maintainers” box below to allow +> reviewers fix problems on your patch and speed up the review process. +> Please delete this note before submitting the pull request. diff --git a/docs/user-guide/configmap/index.md b/docs/user-guide/configmap/index.md index 3d098fa719..b43416ec59 100644 --- a/docs/user-guide/configmap/index.md +++ b/docs/user-guide/configmap/index.md @@ -498,7 +498,7 @@ When this pod is run, the output will be: ## Real World Example: Configuring Redis -Let's take a look at a real-world example: configuring redis using ConfigMap. Say we want to inject +Let's take a look at a real-world example: configuring redis using ConfigMap. Say that we want to inject redis with the recommendation configuration for using redis as a cache. The redis config file should contain: