You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: basics/project-and-community/forums-and-FIPs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ For long-lived discussions and for support, please use the [discussion tab on Gi
18
18
19
19
### Filecoin improvement proposals
20
20
21
-
Filecoin improvement proposals (FIPs) are design documents that propose changes and improvements to the Filecoin network, giving detailed specifications and their rational, and allowing the community to document their consensus or dissent. All technial FIPs that are accepted are later reflected in the [Filecoin Spec](https://spec.filecoin.io/).
21
+
Filecoin improvement proposals (FIPs) are design documents that propose changes and improvements to the Filecoin network, giving detailed specifications and their rational, and allowing the community to document their consensus or dissent. All technical FIPs that are accepted are later reflected in the [Filecoin Spec](https://spec.filecoin.io/).
22
22
23
23
There are three types of FIPs:
24
24
* Technical FIPs (FTP): protocol changes, standards, API changes. They can include core (consensus-related changes, networking (network protocol improvements, interface (API/RPC or language-level updates), or can be informational (updates to general guidelines or documentation).
25
25
* Organizational FIPs (FOP): changes to processes, tools, or governance.
26
26
* Recovery FIPs (FRP): emergency fixes requiring state changes (e.g., major bugs).
27
27
28
-
Typically, the FIP lifecylce looks something like this:
28
+
Typically, the FIP lifecycle looks something like this:
29
29
30
30
[ WIP ] -> [ DRAFT ] -> [ LAST CALL ] -> [ ACCEPTED ] -> [ FINAL ]
31
31
32
-
1. WIP: A community member has an idea for a FIP, and begins discussing the idea publicly on the Filecoin Dicord, in the [Filecoin Slack channel for discussing FIPs](https://filecoinproject.slack.com/archives/C01EU76LPCJ), or in Github issues for the relevant repo.
32
+
1. WIP: A community member has an idea for a FIP, and begins discussing the idea publicly on the Filecoin Discord, in the [Filecoin Slack channel for discussing FIPs](https://filecoinproject.slack.com/archives/C01EU76LPCJ), or in Github issues for the relevant repo.
33
33
2. DRAFT: If there is a chance the FIP could be adopted, the author submits a draft for the FIP as a pull request in the [FIPs repo](https://github.com/filecoin-project/FIPs).
34
34
3. LAST CALL: This status allows the community to submit final changes to the draft.
35
35
4. ACCEPTED: Once the FIP is voted on and accepted, the core engineers will work to implement it.
0 commit comments