From 3c361e9852f496f6dd12a1681676fb544bb29468 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Thu, 9 Mar 2023 10:05:06 +0200 Subject: [PATCH] Create rfc --- .github/ISSUE_TEMPLATE/rfc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/rfc diff --git a/.github/ISSUE_TEMPLATE/rfc b/.github/ISSUE_TEMPLATE/rfc new file mode 100644 index 00000000..a78dceb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/rfc @@ -0,0 +1,32 @@ +name: 💡 Request for Comments +description: Open an RFC for discussion +labels: ["RFC"] +body: + - type: input + id: compare + attributes: + label: Link to code + description: If available, share a [comparison](https://github.com/sanic-org/sanic/compare) from a POC branch to main + validations: + required: false + - type: textarea + id: proposal + attributes: + label: Proposal + description: A thorough discussion of the proposal discussing the problem it solves, potential code, use cases, and impacts + validations: + required: true + - type: textarea + id: additional + attributes: + label: Additional context + description: Add any other context that is relevant + validations: + required: false + - type: checkboxes + id: breaking + attributes: + label: Is this a breaking change? + options: + - label: Yes + required: false