From d13c4be46ba40baf956e92f039f11ef87fb0e761 Mon Sep 17 00:00:00 2001 From: Andy Kwok Date: Wed, 20 Nov 2024 12:10:04 -0800 Subject: [PATCH] RFC template draft Signed-off-by: Andy Kwok --- .github/ISSUE_TEMPLATE/request_of_comments.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/request_of_comments.md diff --git a/.github/ISSUE_TEMPLATE/request_of_comments.md b/.github/ISSUE_TEMPLATE/request_of_comments.md new file mode 100644 index 0000000000..36509b7c21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request_of_comments.md @@ -0,0 +1,28 @@ +--- +name: 📄 Request of comments +about: Create a request of comments to initiate an discussion on feature implementation / design. +title: '[RFC]' +labels: 'rfc, untriaged' +assignees: '' +--- + +**Problem Statement** +Describes the issue or challenge that needs to be addressed. + +**Current State** +Explains the existing setup or context and its shortcomings. + +**Proposal** +Summarizes the suggested solution or improvement. + +**Approach** +Details the steps or strategy to implement the proposal. + +**API Design** +Outlines the interface specifications for any involved APIs. + +**Known Limitation** +Lists constraints or challenges anticipated in the solution. + +**Do you have any additional context?** +Add any other context about the problem.