Add issue template for RFCs (#2290)

* Add issue template for RFCs

* Update rfc_template.md

* Update rfc_template.md
This commit is contained in:
Stefan Ålund
2020-09-05 12:20:14 +02:00
committed by GitHub
parent ec919f3526
commit d26d5e7fc8
+26
View File
@@ -0,0 +1,26 @@
---
name: 'RFC'
about: 'Request For Comments (RFC) from the community'
labels: rfc
title: '[RFC] <name>'
---
**Status:** Open for comments
<!--- Open for comments |Closed for comments (RFC no longer maintained) --->
## Need
<!--- Why are we proposing this change? Why is this the problem were trying to address and what benefits/impact do we expect to get from this --->
## Proposal
<!--- The proposed approach. Describe the proposal in as much detail as needed for reviewers to give concrete feedback. Take special care in this section to describe any implications on data privacy or security. --->
## Alternatives
<!--- What alternatives to the proposed solution were considered? What criteria/data was used to discard these --->
## Risks
<!--- What other things happening could conflict or compete (for example for resources) with the proposal? What risk are there and how do we plan to handle them --->