Reviewed-on: https://git.activitypub.dev/ActivityPubDev/Fediverse-Enhancement-Proposals/pulls/5 Reviewed-by: cjslep <cjslep@gmail.com>
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.
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.
- Submit a Pull Request to this repository containing your proposal (other submission methods may be listed in
SUBMISSION_METHODS). - Within 7 days you will receive feedback from the editors who may request changes or clarifications. If your proposal is accepted it will be added to the repository with the status
DRAFT. - You are now required to initiate community discussion and collect feedback. While the proposal is in status
DRAFTyou may submit changes to the proposal via Pull Requests. - After at least 60 days of being added to the repository with status
DRAFTyou may request the proposal to be finalized. You must now request final comments from the community. If there are no significant community objections your proposal will reach statusFINALafter 14 days. Once the proposal has reached statusFINALit may no longer be updated.
For more information see FEP-a4ed: The Fediverse Enhancement Proposal Process.
Editors
Editors are listed in the EDITORS 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.