From 7942ae9ce1fd6348ec21683453c52f3e819619d6 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 23 Apr 2018 18:43:06 -0400 Subject: [PATCH] Create issue and pull request templates (#289) Signed-off-by: Yuri Shkuro --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..7a5851ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ + + +## 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 new file mode 100644 index 00000000..1a1087b0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +## Which problem is this PR solving? +- + +## Short description of the changes +-