From d251d6b95b232471513dd6593f406e18f4223b94 Mon Sep 17 00:00:00 2001 From: PikBot <35295607+PikBot@users.noreply.github.com> Date: Sat, 16 Jun 2018 09:17:43 +0700 Subject: [PATCH] Adding new issue and pull request template (#219) Signed-off-by: Prakriti --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++ .github/issue_template.md | 47 ++++++++++++-------------------- 2 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..2564119ccb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +## Which problem is this PR solving? +- + +## Short description of the changes +- diff --git a/.github/issue_template.md b/.github/issue_template.md index 1795163e37..7a5851ba91 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,39 +1,28 @@ -**Description** +## Requirement - what kind of business use case are you trying to solve? - - -**Steps to reproduce the issue:** -1. -2. -3. - -**Describe the results you received:** + +## Problem - what in Jaeger blocks you from solving the requirement? -**Describe the results you expected:** + + +## Proposal - what do you suggest to solve the problem or improve the existing situation? -**Additional information you deem important (e.g. issue happens only occasionally):** + +## Any open questions to address -**Additional environment details (Browser, etc.):** +