From 542c7a8362e709659f70e2177a06c41878fde8c6 Mon Sep 17 00:00:00 2001 From: dblock Date: Tue, 6 Jul 2021 10:26:06 -0500 Subject: [PATCH] Aligned proposal template to other template language and format. Signed-off-by: dblock --- ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md | 44 ++++++++--------------------- ISSUE_TEMPLATE/RFC_TEMPLATE.md | 27 ------------------ 2 files changed, 12 insertions(+), 59 deletions(-) delete mode 100644 ISSUE_TEMPLATE/RFC_TEMPLATE.md diff --git a/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md b/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md index 321657700af..bb37ad09c08 100644 --- a/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md +++ b/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md @@ -1,41 +1,21 @@ --- -name: Proposal Template +name: 💭 Proposal about: Suggest an idea for a specific feature you wish to propose to the community for comment -title: '' +title: '[PROPOSAL]' labels: proposal assignees: '' --- +## What kind of business use case are you trying to solve? What are your requirements? +A clear and concise description of the business problem, e.g. _My customers are asking for [...]_ - - -## Requirement - what kind of business use case are you trying to solve? - - - -## Problem - what blocks you from solving the requirement? - - - -## Proposal - what do you suggest to solve the problem or improve the existing situation? - - -## Assumptions - are there certain things you assume the user is doing before this? - - - -## Any open questions to address - +**What are remaining open questions?** +List questions that may need to be answered before proceeding with an implementation. \ No newline at end of file diff --git a/ISSUE_TEMPLATE/RFC_TEMPLATE.md b/ISSUE_TEMPLATE/RFC_TEMPLATE.md deleted file mode 100644 index 6989174e9c4..00000000000 --- a/ISSUE_TEMPLATE/RFC_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: 💭 Request for comments -about: Describe an idea and request comments in this project -title: '[RFC]' -labels: enhancement -assignees: '' ---- -**What is the problem? What is preventing you from meeting the requirements?** -Describe what impact this problem has for lack of a solution. - -**What are your requirements? What kind of business use-case are you trying to solve?** -A clear and concise description of the business problem, e.g. _My customers are asking for [...]_ - -**What are you proposing? What do you suggest we do to solve the problem or improve the existing situation?** -Describe your proposed solution. It's OK if you don't have one. - -**What are your assumptions or prerequisites?** -Describe any assumptions you may be making that would limit the scope of this proposal. - -**What would you like people to specifically comment on?** -Highlight anything that needs particular attention from those reviewing your proposal. - -**What are remaining open questions?** -List questions that may need to be answered before proceeding with an implementation. - -**Any additional context?** -Add any other context. \ No newline at end of file