From 42f83343af4f3583f87f36530d86f2eed2f86188 Mon Sep 17 00:00:00 2001 From: Marcus Cvjeticanin Date: Mon, 13 Jan 2025 19:52:05 +0100 Subject: [PATCH] Create template.md --- text/template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 text/template.md diff --git a/text/template.md b/text/template.md new file mode 100644 index 0000000..d888e93 --- /dev/null +++ b/text/template.md @@ -0,0 +1,18 @@ +- Start Date: YYYY-MM-DD +- RFC PR: [blackportal-ai/rfcs#1](https://github.com/blackportal-ai/rfcs/pull/1) +- Rust Issue: [blackportal-ai/delta#8122](https://github.com/blackportal-ai/delta/issues/8122) + +# Summary + +This is an RFC to make all struct fields private by default. This includes both +tuple structs and structural structs. + +# Motivation + +# Detailed design + +# Impact + +# Alternatives + +# Unresolved questions