From 16cf58ac3a244fd691c8f7e59b9b4ff5c549b0dc Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 15 Sep 2020 17:45:08 +0100 Subject: [PATCH] github: Remove issue template and use central one Remove the GitHub issue template from this repository. We already have a central set of templates [1] that are being used so the template in this repository is redundant. [1] - https://github.com/kata-containers/.github/tree/master/.github/ISSUE_TEMPLATE/ Fixes: #284. Signed-off-by: James O. D. Hunt --- .github/ISSUE_TEMPLATE.md | 17 ----------------- 1 file changed, 17 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 e6bde08..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ -# Description of problem - -(replace this text with the list of steps you followed) - -# Expected result - -(replace this text with an explanation of what you thought would happen) - -# Actual result - -(replace this text with details of what actually happened) - ---- - -(replace this text with the output of the `kata-collect-data.sh` script, after -you have reviewed its content to ensure it does not contain any private -information).