aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/rfc.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/rfc.md')
-rw-r--r--.github/ISSUE_TEMPLATE/rfc.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/rfc.md b/.github/ISSUE_TEMPLATE/rfc.md
new file mode 100644
index 00000000..8938c653
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/rfc.md
@@ -0,0 +1,41 @@
+---
+name: RFC
+about: Proposal for any major/breaking changes that warrants discussion over design and other aspects. Users should not need to use this.
+title: "[RFC]"
+labels: 'C-rfc, S-waiting-for-comment'
+---
+
+# Summary
+[summary]: #summary
+
+One paragraph explanation of the feature.
+
+# Motivation
+[motivation]: #motivation
+
+Why are we doing this? What use cases does it support? What is the expected outcome?
+
+# Drawbacks
+[drawbacks]: #drawbacks
+
+Why should we *not* do this?
+
+# Rationale and alternatives
+[rationale-and-alternatives]: #rationale-and-alternatives
+
+- Why is this design the best in the space of possible designs?
+- What other designs have been considered and what is the rationale for not choosing them?
+- What is the impact of not doing this?
+
+# Prior art
+[prior-art]: #prior-art
+
+Discuss prior art, both the good and the bad, in relation to this proposal. This can include
+any other projects that have implemented similar changes, or any previous discussions that
+have happened around this within the scope of this project.
+
+# Unresolved questions
+[unresolved-questions]: #unresolved-questions
+
+- What parts of the design do you expect to resolve through the RFC process before this gets merged?
+- What related issues do you consider out of scope for this RFC that could be addressed in the future independently of the solution that comes out of this RFC?