[low] RFC0: add an example #16

Closed
opened 2022-09-14 21:53:46 +00:00 by stiag · 1 comment

rfc0.md, Standard 1: RFC Format and Semantics lacks examples of RFC document. Especially to explain what is "YAML front-matter".
Probably like this:

Example

---
title: "Standard 1: RFC Format and Semantics"
number: 0
author: Robert Miles <khuxkm@tilde.team>
status: Accepted
---

## Abstract

This RFC defines ...

I think I can make a PR if you wish.

[rfc0.md, Standard 1: RFC Format and Semantics](src/branch/master/rfcs/rfc0.md) lacks examples of RFC document. Especially to explain what is "YAML front-matter". Probably like this: ## Example ``` --- title: "Standard 1: RFC Format and Semantics" number: 0 author: Robert Miles <khuxkm@tilde.team> status: Accepted --- ## Abstract This RFC defines ... ``` I think I can make a PR if you wish.
Owner

YAML front matter is a common concept that I feel most people looking to submit a tildeverse RFC either already know about or are capable of looking up on their own. Notably, most static site generators in circulation use YAML front-matter (or front matter of some markup language; possibly TOML?), so I feel like tilde users should already be familiar with the concept.

YAML front matter is a common concept that I feel most people looking to submit a tildeverse RFC either already know about or are capable of looking up on their own. Notably, most static site generators in circulation use YAML front-matter (or front matter of some markup language; possibly TOML?), so I feel like tilde users should already be familiar with the concept.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tildeverse/rfcs#16
No description provided.