Skip to content

Latest commit

 

History

History
133 lines (118 loc) · 4.13 KB

rfc.yml

File metadata and controls

133 lines (118 loc) · 4.13 KB
NameAboutLabelsAssignees
Submit RFCSubmit a highly-structured change request for public discussion.rfc,new

Thank you for opening an RFC!

RFCs are a highly-structured format for submitting change requests. All major changes to OpenTF should first go through an RFC, to have a place for the community to discuss.

The template has a lot of fields and is inspired by the Rust RFC template. Please take your time to fill it out carefully.

Working experimental PoCs in a draft Pull Request are a very welcome attachment to an RFC, especially ones that are easy to check out and take for a spin.

One paragraph explanation of the feature.

Why are we doing this? What problem are we solving?

Please describe in detail how the feature would work from the perspective of somebody using:

  • How can the feature be used?
  • How would you explain the feature to somebody?
  • Please provide examples of the feature in action.

Please describe in detail how the feature would work from a technical perspective:

  • Which components of OpenTF would be involved in the change?
  • How would the components need to change?
  • Are there any interactions with other features that should be mentioned?
  • Are the any edge cases of the feature that should be discussed?
  • What would be the impact of this feature?
  • Why is this solution better than alternative solutions to this problem, if there are any?
  • How would the OpenTF user experience suffer if we didn't do this.
  • Are there any disadvantages of implementing this?
  • Are there any specific parts of the feature you're not sure about?
  • Are there any specific parts of the technical implementation you're not sure about?
  • Are there any other questions or unknowns that need to be answered before implementing this?
  • Please post any issues or RFCs related to this one.
  • If there is a Pull Request with a Proof of Concept, please link it here.
  • Please concisely describe how to take the PoC for a spin.

Note: If the submit button is disabled and you have filled out all required fields, please check that you did not forget a Title for the issue.