From 465587c10a77b7e86dd04cb3547bdb2b139ddbf2 Mon Sep 17 00:00:00 2001 From: Joerg Behrmann Date: Tue, 10 Jan 2023 17:16:14 +0100 Subject: [PATCH 1/2] Initial commit --- README.md | 3 +++ rfcs/000-template.md | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 README.md create mode 100644 rfcs/000-template.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70d0a9a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +* TOPF RFCs + +Dies ist das Repository für TOPF RFCs ([Request for Comments](https://en.wikipedia.org/wiki/Request_for_Comments)). diff --git a/rfcs/000-template.md b/rfcs/000-template.md new file mode 100644 index 0000000..700a82c --- /dev/null +++ b/rfcs/000-template.md @@ -0,0 +1,10 @@ +--- +title: Titel +author: Name +date: 2023-01-01 +status: Draft +--- + +# Titel + +Inhalt -- 2.39.0