Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Proposed RFC Github issue template #3164

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/request_of_comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
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.

**Long-Term Goals**
* Describe the ideal outcome or future state you aim to achieve.
* What are the primary objectives of this solution should fulfill in the long run?
* How will this solution ensure sustainability or scalability over time?
* Consider whether the solution addresses the root problem and aligns with the overall goals.

-[ ] Does the solution solve the problem?

**Proposal**
Summarizes the suggested solution or improvement.

**Approach**
Details the steps or strategy to implement the proposal.

**Alternative**
Alternative that can serve as workarounds to partially or temporarily solve the problem.

**Do you have any additional context?**
Add any other context about the problem.

**Implementation Discussion**
Outlines point the discussion regarding the proposed implementation.
Loading