sanic/.github/ISSUE_TEMPLATE/rfc.yml

34 lines
999 B
YAML
Raw Normal View History

2023-03-09 08:05:06 +00:00
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
2023-03-09 08:09:30 +00:00
placeholder: https://github.com/sanic-org/sanic/compare/main...some-new-branch
2023-03-09 08:05:06 +00:00
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:
2023-03-09 08:10:22 +00:00
- label: "Yes"
2023-03-09 08:05:06 +00:00
required: false