|
| 1 | +name: RFC / Proposal |
| 2 | +description: Submit a Proposal (RFC) |
| 3 | +labels: ["RFC"] |
| 4 | +type: RFC |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + ## Introduction |
| 11 | +
|
| 12 | + This section targets end users, TSC members, maintainers and anyone else |
| 13 | + that might need a quick explanation of your proposed change. |
| 14 | +
|
| 15 | + - type: textarea |
| 16 | + id: problem-description |
| 17 | + attributes: |
| 18 | + label: Problem Description |
| 19 | + description: Why do we want this change and what problem are we trying to address? |
| 20 | + placeholder: Explain the problem or limitation this RFC is meant to resolve. |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: textarea |
| 25 | + id: proposed-change-summary |
| 26 | + attributes: |
| 27 | + label: Proposed Change (Summary) |
| 28 | + description: A high-level summary of the proposed change (the 10,000 ft view). |
| 29 | + placeholder: Brief summary of what will change if this RFC is implemented. |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + |
| 33 | + - type: markdown |
| 34 | + attributes: |
| 35 | + value: | |
| 36 | + ## Detailed RFC |
| 37 | +
|
| 38 | + This section targets the development team. Upon reading it, each engineer |
| 39 | + should understand what must be done to implement the proposed feature. |
| 40 | +
|
| 41 | + - type: textarea |
| 42 | + id: detailed-change |
| 43 | + attributes: |
| 44 | + label: Proposed Change (Detailed) |
| 45 | + description: Describe the change in as much detail as possible. Include context or background info, and reuse of existing components if applicable. |
| 46 | + placeholder: Explain exactly what you’re planning to change and how. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + id: dependencies |
| 52 | + attributes: |
| 53 | + label: Dependencies |
| 54 | + description: Highlight how this change may affect the rest of the project or other teams/components. |
| 55 | + placeholder: List components, modules, or teams affected. |
| 56 | + validations: |
| 57 | + required: false |
| 58 | + |
| 59 | + - type: textarea |
| 60 | + id: concerns |
| 61 | + attributes: |
| 62 | + label: Concerns and Unresolved Questions |
| 63 | + description: List any concerns, unknowns, or unresolved questions related to this proposal. |
| 64 | + placeholder: Any areas of uncertainty? |
| 65 | + validations: |
| 66 | + required: false |
| 67 | + |
| 68 | + - type: textarea |
| 69 | + id: alternatives |
| 70 | + attributes: |
| 71 | + label: Alternatives Considered |
| 72 | + description: What alternative solutions were considered? Why was this proposal chosen? |
| 73 | + placeholder: List alternatives and explain the rationale behind your choice. |
| 74 | + validations: |
| 75 | + required: false |
| 76 | + |
0 commit comments