mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 19:55:46 +00:00
6865f3a6d794e4cbc9ff7c2781ea9451fa17c640
This is the start of a proposal for a new FEP, to extend ActivityPub with Valueflows vocabulary. It's more like an outline, there are a lot of open questions, and we'll be seeking feedback and advice from the fediverse community in SocialHub. If it is good enough for a DRAFT, feel free to remove the WIP; otherwise we're happy to address issues first. Co-authored-by: Lynn Foster <lynn@mikorizal.org> Reviewed-on: https://codeberg.org/fediverse/fep/pulls/74 Co-authored-by: lynnfoster <lynnfoster@noreply.codeberg.org> Co-committed-by: lynnfoster <lynnfoster@noreply.codeberg.org>
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:
- Fork this repository, and then clone it to your local machine. Check the Codeberg Cheat sheet on how to prepare your Pull Request.
- 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
- 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.
Description
Languages
Python
44.8%
HTML
36.5%
Gherkin
11.6%
JavaScript
6.8%
CSS
0.2%