1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00

Merge pull request 'Fix a few typos' (#19) from weex/Fediverse-Enhancement-Proposals:weex-patch-1 into main

Reviewed-on: https://git.activitypub.dev/ActivityPubDev/Fediverse-Enhancement-Proposals/pulls/19
Reviewed-by: pukkamustard <pukkamustard@posteo.net>
This commit is contained in:
pukkamustard
2021-07-27 05:59:39 +00:00
+3 -3
View File
@@ -39,14 +39,14 @@ Authors should use inclusive language and examples and refrain from using oppres
Every Fediverse Enhancement Proposals must have a descriptive title.
An identifier is computed from the proposal title as the first 7 digits of the sha256 hash (in hex). The identifier can be computed from the title with standard Unix tools:
An identifier is computed from the proposal title as the first 4 digits of the sha256 hash (in hex). The identifier can be computed from the title with standard Unix tools:
```
$ echo -n "The Fediverse Enhancement Proposal Process" | sha256sum | cut -c-4
a4ed
```
By using the hash of the title as identifier we reduce the burden on editors to assign unique ids. This require proposal titles to be unique.
By using the hash of the title as identifier we reduce the burden on editors to assign unique ids. This requires proposal titles to be unique.
### Metadata
@@ -65,7 +65,7 @@ Future FEPs may specify additional metadata fields.
### Required Sections
Every FEP should include at least following sections:
Every FEP should include at least the following sections:
- Summary: A short (no more than 200 words) summary of the proposal.
- Copyright: Indicating that the proposal has been placed in the public domain.