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.