mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 11:46:04 +00:00
Specify how "authors" metadata field should be used
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
slug: "xxxx"
|
||||
authors: Alyssa P. Hacker <alyssa.p.hacker@social.example>, Chatty Ben <ben@chatty.example>
|
||||
authors: Alyssa P. Hacker <@alyssa.p.hacker@social.example>, Chatty Ben <@ben@chatty.example>
|
||||
status: DRAFT
|
||||
dateReceived: 1970-01-01
|
||||
---
|
||||
@@ -20,6 +20,6 @@ dateReceived: 1970-01-01
|
||||
|
||||
## Copyright
|
||||
|
||||
CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
|
||||
CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
|
||||
|
||||
To the extent possible under law, the authors of this Fediverse Enhancement Proposal have waived all copyright and related or neighboring rights to this work.
|
||||
|
||||
@@ -56,7 +56,7 @@ Proposal metadata is placed at the top of the document as key-value pairs betwee
|
||||
|
||||
Following metadata key-value pairs may be placed at the top of a proposal:
|
||||
|
||||
- `authors`: A comma separated list of authors of the proposal.
|
||||
- `authors`: A comma separated list of authors of the proposal. Each item of the list should contain an author's name followed by a contact address in angle brackets (e.g. `Name <@alyssa.p.hacker@social.example>`).
|
||||
- `status`: Indicates the proposal status. Can be either `DRAFT`, `WITHDRAWN` or `FINAL`.
|
||||
- `dateReceived`: Date of when the proposal was added to the repository (when status is set to `DRAFT`).
|
||||
- `dateWithdrawn`: Date of when the proposal status was set to `WITHDRAWN` (only for proposals with status `WITHDRAWN`).
|
||||
|
||||
Reference in New Issue
Block a user