From b8ebf8b5c39d2c74092c9680838ba42ee7053054 Mon Sep 17 00:00:00 2001 From: Albert <26584478+albertteoh@users.noreply.github.com> Date: Tue, 8 Jun 2021 00:29:40 +1000 Subject: [PATCH] Remove issue templates (#218) Signed-off-by: albertteoh --- .github/ISSUE_TEMPLATE.md | 29 ----------------------------- .github/PULL_REQUEST_TEMPLATE.md | 18 ------------------ 2 files changed, 47 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 3dc50f8a2..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ - - -## Requirement - what kind of business use case are you trying to solve? - - - - -## Problem - what in Jaeger blocks you from solving the requirement? - - - - -## Proposal - what do you suggest to solve the problem or improve the existing situation? - - - -## Any open questions to address - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 009a3ff76..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ - - -## Which problem is this PR solving? -- - -## Short description of the changes --