Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

No changes.
- Improved template for RFC draft artifact — added the `kind` config to the header section.
8 changes: 6 additions & 2 deletions donna/artifacts/rfc/work/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<short-problem-related-identifier>`, where `<short-problem-related-identifier>` MUST be unique within the session.
2. Save the next template into the artifact, replace `<variables>` with appropriate values.

```
~~~
# <Title>

```toml donna
kind = "donna.lib.specification"
```

<short description of the proposed change>

## Original description
Expand All @@ -71,7 +75,7 @@ kind = "donna.lib.request_action"
## Deliverables

## Action items
```
~~~

3. `{{ donna.lib.goto("initial_fill") }}`

Expand Down