mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 19:55:46 +00:00
bc9219bf48
Reworked the draft to take into account some comments from https://socialhub.activitypub.rocks/t/fep-1570-the-fep-ontology-process/2972 In particular, the FEP has been renamed from "The FEP Ontology Process" to "The FEP Vocabulary Extension Process". A new format for the introduced terms has been used with "fep-xxxx/term". Finally, the process of secondary Vocabularies has been modified.
4.8 KiB
4.8 KiB
Fediverse Enhancement Proposals
This is the Git repository containing Fediverse Enhancment Proposals (FEPs).
A Fediverse Enhancement Proposal (FEP) is a document that provides information to the Fediverse community. The goal of a FEP is to improve interoperability and well-being of diverse services, applications and communities that form the Fediverse.
FEPs
Submitting a FEP
Do you have an idea, opinion or information that you want to share with the wider Fediverse community? You may do so with a Fediverse Enhancement Proposal (FEP).
To create and submit a FEP:
- Think of a title for the FEP you want to submit.
- Compute the identifier of the FEP by computing the hash of the title. This can be done with following Unix command:
$ echo -n "The title of my proposal" | sha256sum | cut -c-4
b3f0
- Clone this repository.
- Copy the FEP template (fep-0000-template.md) to the feps/ folder and change the filename to
fep-abcd.mdwhereabcdis the identifier computed in step 2. - Write down your idea in the newly created file and commit it to a new branch in your repository (ex. fep-xxxx).
- Create a Pull Request to complete Step 1 of FEP-a4ed: The Fediverse Enhancement Proposal Process. Further process is described in FEP-a4ed.
Editors
Editors are listed in the EDITORS.md file.
Copyright
CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
To the extent possible under law, the authors of this document have waived all copyright and related or neighboring rights to this work.