From 134c88fde7fa67f3eefbb8594fa23a33e7a905b4 Mon Sep 17 00:00:00 2001 From: antoniaklja Date: Wed, 20 Jan 2021 17:28:16 +0100 Subject: [PATCH] Update docs and minor improvements - add issue templates - improve typos in README.md - add ROADMAP.md --- .github/issue_template.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 34d9c811..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,27 +0,0 @@ -# Expected Behavior - -# Actual Behavior - -# Steps to Reproduce the Problem - -1. -2. -3. - -# Additional Info - -- Kubernetes version: - - **Output of `kubectl version`:** - - ``` - (paste your output here) - ``` - -- Jenkins Operator version: - -``` - (paste your output here) - ``` - -