From c86e8952a2f786eabcccab49fdf47f08ae33c4a8 Mon Sep 17 00:00:00 2001 From: Helge Date: Wed, 5 Jul 2023 09:17:05 +0200 Subject: [PATCH] Update for fep c648 --- README.md | 12 +++++++++--- fep/c648/fep-c648.md | 1 + 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca25dbe..8239e78 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ The FEP Process is an initiative of the [SocialHub](https://socialhub.activitypu | [FEP-fffd: Proxy Objects](./fep/fffd/fep-fffd.md) | `DRAFT` | [#95](https://codeberg.org/fediverse/fep/issues/95) | 2023-04-29 | - | | [FEP-4adb: Dereferencing identifiers with webfinger](./fep/4adb/fep-4adb.md) | `DRAFT` | [#100](https://codeberg.org/fediverse/fep/issues/100) | 2023-05-13 | - | | [FEP-a070: Ordered properties for plain JSON consumers](./fep/a070/fep-a070.md) | `DRAFT` | [#121](https://codeberg.org/fediverse/fep/issues/121) | 2023-06-13 | - | +| [FEP-c648: Blocked Collection](./fep/c648/fep-c648.md) | `DRAFT` | [#123](https://codeberg.org/fediverse/fep/issues/123) | 2023-06-14 | - | ## Submitting a FEP @@ -52,9 +53,14 @@ $ echo -n "The title of my proposal" | sha256sum | cut -c-4 b3f0 ``` -4. Create a subdirectory of `fep/`(fep/) using the identifier you just computed. Copy the FEP template ([fep-xxxx-template.md](./fep-xxxx-template.md)) to this subdirectory and change the filename appropriately. Use the identifer as the "slug" when filling out the frontmatter. For example, if your computed identifier was `abcd`, then your file would be located at `fep/abcd/fep-abcd.md` and your frontmatter would include `slug: "abcd"`. -5. Write down your idea in the newly created file and commit it to a new branch in your repository (ex. fep-xxxx). -6. Create a Pull Request to complete Step 1 of [FEP-a4ed: The Fediverse Enhancement Proposal Process](./feps/fep-a4ed.md). Further process is described in FEP-a4ed. +4. Create a subdirectory of `fep/`(fep/) using the identifier you just computed. +5. Copy the FEP template ([fep-xxxx-template.md](./fep-xxxx-template.md)) to this subdirectory and change the filename appropriately. +6. Use the identifer as the "slug" when filling out the frontmatter. + + - For example, if your computed identifier was `abcd`, then your file would be located at `fep/abcd/fep-abcd.md` and your frontmatter would include `slug: "abcd"`. + +7. Write down your idea in the newly created file and commit it to a new branch in your repository (ex. fep-xxxx). +8. Create a Pull Request to complete Step 1 of [FEP-a4ed: The Fediverse Enhancement Proposal Process](./feps/fep-a4ed.md). Further process is described in FEP-a4ed. ## Editors diff --git a/fep/c648/fep-c648.md b/fep/c648/fep-c648.md index 61ecf6d..be91cc0 100644 --- a/fep/c648/fep-c648.md +++ b/fep/c648/fep-c648.md @@ -3,6 +3,7 @@ slug: "c648" authors: Evan Prodromou status: DRAFT dateReceived: 2023-06-14 +discussionsTo: https://codeberg.org/fediverse/fep/issues/123 --- # FEP-c648: Blocked Collection