From e4c301f74a3cfd6f6a0130e1ddb409fdf7957a4c Mon Sep 17 00:00:00 2001 From: Albert <26584478+albertteoh@users.noreply.github.com> Date: Tue, 8 Jun 2021 00:29:11 +1000 Subject: [PATCH] Remove issue templates (#312) Signed-off-by: albertteoh --- .github/ISSUE_TEMPLATE.md | 28 ---------------------------- .github/PULL_REQUEST_TEMPLATE.md | 18 ------------------ 2 files changed, 46 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 7a5851ba..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,28 +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 e0060133..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ - - -## Which problem is this PR solving? -- - -## Short description of the changes --