From dda3c21a8e6a8cbc3697a21d0667c7e9b3d4b96f Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Thu, 15 Oct 2020 14:07:43 -0400 Subject: [PATCH] Add missing parenthesis to bug report template Signed-off-by: Andrew Keesler --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 663af15bf..7a9b7af2b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,7 +33,7 @@ It is recommended that you include screenshots and logs to help everyone achieve - Pinniped container image (if using a public container image): - Pinniped configuration (what IDP(s) are you using? what downstream credential minting mechanisms are you using?): - Kubernetes version (use `kubectl version`): -- Kubernetes installer & version (e.g., `kubeadm version`: +- Kubernetes installer & version (e.g., `kubeadm version`): - Cloud provider or hardware configuration: - OS (e.g: `cat /etc/os-release`): - Kernel (e.g. `uname -a`):