mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Improve RFC description formatting. (#261)
Signed-off-by: Jakub Martin <kubam@spacelift.io>
This commit is contained in:
parent
e5d63e7fa5
commit
f406ecf3ea
13
.github/ISSUE_TEMPLATE/rfc.yml
vendored
13
.github/ISSUE_TEMPLATE/rfc.yml
vendored
@ -7,12 +7,13 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
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.
|
||||
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.
|
||||
|
||||
- type: textarea
|
||||
id: summary
|
||||
|
Loading…
Reference in New Issue
Block a user