From 57580935197cd35d3a753f6164dd66bc430b768f Mon Sep 17 00:00:00 2001 From: "Aliaksei Yaletski (Tiendil)" Date: Sun, 8 Feb 2026 15:17:15 +0100 Subject: [PATCH 1/2] wip --- donna/artifacts/rfc/work/create.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/donna/artifacts/rfc/work/create.md b/donna/artifacts/rfc/work/create.md index fe18e393..4a612ba2 100644 --- a/donna/artifacts/rfc/work/create.md +++ b/donna/artifacts/rfc/work/create.md @@ -43,9 +43,13 @@ kind = "donna.lib.request_action" 1. If the name of the artifact is not specified explicitly, assume it to be `session:rfc:`, where `` MUST be unique within the session. 2. Save the next template into the artifact, replace `` with appropriate values. -``` +~~~ # +```toml donna +kind = "donna.lib.specification" +``` + <short description of the proposed change> ## Original description @@ -71,7 +75,7 @@ kind = "donna.lib.request_action" ## Deliverables ## Action items -``` +~~~ 3. `{{ donna.lib.goto("initial_fill") }}` From f2a3717d083b698aad450f7736dd77016acabc36 Mon Sep 17 00:00:00 2001 From: "Aliaksei Yaletski (Tiendil)" <a.eletsky@gmail.com> Date: Sun, 8 Feb 2026 15:20:21 +0100 Subject: [PATCH 2/2] wip --- changes/unreleased.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/unreleased.md b/changes/unreleased.md index 373eb997..ef138570 100644 --- a/changes/unreleased.md +++ b/changes/unreleased.md @@ -1,2 +1,2 @@ -No changes. +- Improved template for RFC draft artifact — added the `kind` config to the header section.