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/chat-and-discussion-forums.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,36 @@ description: >-
5
5
of choice.
6
6
---
7
7
8
-
# Chat and discussion forums
8
+
# Discussion Forums and Filecoin Improvement Proposals
9
9
10
-
### Chat
10
+
### Discussion Forums
11
11
12
-
For shorter-lived discussions, our community chat open to all on both Slack and Matrix, with bridged channels allowing you to participate in the same conversations from either platform:
12
+
For shorter-lived discussions, our community chat open to all on both Slack and Discord:
For long-lived discussions and for support, please use the [discussion tab on GitHub](https://github.com/filecoin-project/community#forums) instead of Slack. It’s easy for complex discussions to get lost in a sea of new messages on those chat platforms, and posting longer discussions and support requests on the forums helps future visitors, too.
18
+
19
+
### Filecoin improvement proposals
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/).
22
+
23
+
There are three types of FIPs:
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
+
* Organizational FIPs (FOP): changes to processes, tools, or governance.
26
+
* Recovery FIPs (FRP): emergency fixes requiring state changes (e.g., major bugs).
27
+
28
+
Typically, the FIP lifecylce looks something like this:
18
29
19
-
For long-lived discussions and for support, please use the [discussion tab on GitHub](https://github.com/filecoin-project/community#forums) instead of Slack or Matrix. It’s easy for complex discussions to get lost in a sea of new messages on those chat platforms, and posting longer discussions and support requests on the forums helps future visitors, too.
30
+
[ WIP ] -> [ DRAFT ] -> [ LAST CALL ] -> [ ACCEPTED ] -> [ FINAL ]
20
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.
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
+
3. LAST CALL: This status allows the community to submit final changes to the draft.
35
+
4. ACCEPTED: Once the FIP is voted on and accepted, the core engineers will work to implement it.
36
+
5. FINAL: This status represents the current state-of-the-art, and it should only be updated to correct errors.
21
37
38
+
It is the authors' responsibility to request status updates for the FIP. A more robust explainer of the FIP process can be found in [FIP001](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md#what-is-a-fip).
22
39
23
40
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/basics/project-and-community/chat-and-discussion-forums)
0 commit comments