Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 6 additions & 29 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,28 +259,8 @@ module.exports = {

],
'/community/': [
{
title: 'Join the community',
sidebarDepth: 2,
collapsable: true,
children: [
[
'https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230',
'IPFS newsletter'
],
'/community/contribute/ways-to-contribute',
['https://discuss.ipfs.tech/', 'IPFS forums'],
'/community/chat',
['https://proto.school/events', 'ProtoSchool workshops'],
['https://www.meetup.com/members/249142444/', 'Meetups'],
'/community/social-media',
['https://awesome.ipfs.tech', 'Awesome IPFS'],
[
'https://www.youtube.com/channel/UCdjsUXJ3QawK4O5L1kqqsew',
'YouTube'
]
]
},
['/community/', 'Join the community'],
'/community/contribute/ways-to-contribute',
{
title: 'Write the docs',
sidebarDepth: 1,
Expand All @@ -296,17 +276,16 @@ module.exports = {
'/project/repository-guide',
'/project/related-projects',
'/project/implementation-status',
['https://github.com/ipfs/roadmap', 'Roadmap'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we removing the link to the roadmap?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not clear to me that this repo is still being used. Last commit was end of October. Is this repo no longer being used for roadmap stuff? Aren't roadmaps individualized to a product now?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess that was arising from my naive hope that the roadmap would actually be updated.

Yeah, let's remove it for now.

['https://github.com/ipfs/specs', 'Specifications'],
['https://github.com/ipfs/research', 'Research'],
['https://github.com/ipfs/team-mgmt', 'Team org planning'],
['/concepts/further-reading/academic-papers', 'Research'],
[
'https://github.com/ipfs/community/blob/master/code-of-conduct.md',
'Code of conduct'
],
],
'/project/' : [
['/community/', 'Join the community'],
'/community/contribute/ways-to-contribute',
{
title: 'Write the docs',
sidebarDepth: 1,
Expand All @@ -322,14 +301,12 @@ module.exports = {
'/project/repository-guide',
'/project/related-projects',
'/project/implementation-status',
['https://github.com/ipfs/roadmap', 'Roadmap'],
['https://github.com/ipfs/specs', 'Specifications'],
['https://github.com/ipfs/research', 'Research'],
['https://github.com/ipfs/team-mgmt', 'Team org planning'],
['/concepts/further-reading/academic-papers', 'Research'],
[
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would still leave the link to the code of conduct in the sidebar menu.

'https://github.com/ipfs/community/blob/master/code-of-conduct.md',
'Code of conduct'
]
],
],
'/case-studies/' : [
{
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/basics/go/command-line-quick-start /how-to/command-line-quick-start
/basics/js/js-ipfs /install/js-ipfs
/basics/ipfs-implementations /concepts/ipfs-implementations
/community/chat /community
/community/contribute/ /project/contribute
/community/contribute/how-to-help/ /project/contribute
/concepts/privacy /concepts/privacy-and-encryption
Expand Down
113 changes: 97 additions & 16 deletions docs/community/README.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,133 @@
---
title: Community
description: Become part of the IPFS community! Learn how here.
sidebarDepth: 3
---

# Community

IPFS is home to a vibrant, diverse community of thousands of contributors and participants from all over the globe! Here's how to get help, support, or just hang out with other folks who are helping to build the distributed web.

## IPFS newsletter

Sign up for the IPFS Weekly newsletter to get project updates, community news, event details, and more. In your inbox every Tuesday. [Subscribe now!](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230)
:::callout
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [abuse@ipfs.io](mailto:abuse@ipfs.io) if you need to report a problem or address a grievance related to an abuse report.
:::

## Ways to contribute
- [Get technical support and help in the IPFS forum](#get-technical-support-and-help) as you develop on IPFS.
- Get involved with the community through [apps like Discord and Slack](#chat), regularly occurring [community events such as demos and triage sessions](#community-events-calendar), and [the IPFS forum](#ipfs-forums).
- Stay informed and up to date on the latest developments in the IPFS ecosystem with [social media](#social-media) and [the IPFS newsletter](#ipfs-newsletter).
- Navigate the IPFS ecosystem using [the ecosystem directory](#ecosystem-directory) and [Awesome IPFS](#awesome-ipfs).

No matter your area of specialty or level of expertise, there are many [ways to contribute](contribute/ways-to-contribute.md) to IPFS and make a real difference in the IPFS community at large.
## Get technical support and help

Are you developing with IPFS implementations and tools, and looking for technical support from IPFS experts? For the fastest possible assistance and resolution of your support needs, do the following:

1. [Check to see if the problem / issue you've encountered has already been discussed](#_1-check-to-see-if-the-issue-you-ve-encountered-has-already-been-discussed).
2. If your problem / issue has not been discussed or solved in the forum, [follow the general guidelines for getting useful answers to your questions](#_2-follow-the-guidelines-for-getting-useful-answers-to-your-questions).
3. [Create a forum post in the Help section](#_3-create-a-forum-post-in-the-help-section).

:::tip
To post in the IPFS forum, you'll need a (free) IPFS forum account if you don't already have one. To create an account, click the **Sign Up** button in the top right corner of the forum website.
:::

### 1. Check to see if the issue you've encountered has already been discussed

1. Navigate to [the Help category of the IPFS forum](https://discuss.ipfs.tech/c/help/13).
1. In the upper right hand corner, click the search icon (a blue magnifying glass). The forum search bar opens.
1. In the search bar, type a term related to the issue you are trying to solve. Options to either search the Help category or search all forum topics and posts display.
1. Below the search bar, click the option to search for the term in the Help channel. Alternatively, you can search across all topics and posts. A list of forum posts related to your search displays.
1. Search through the list of posts returned. If you don't find the answer or help you're looking for, [follow the general guidelines for getting useful answers to your questions](#2-follow-the-guidelines-for-getting-useful-answers-to-your-questions).

### 2. Follow the guidelines for getting useful answers to your questions

## IPFS forums
Please following these general guidelines when asking for help:

The official [IPFS forums](https://discuss.ipfs.tech/) are the primary home of IPFS-related discussion. Join the conversation on [https://discuss.ipfs.tech](https://discuss.ipfs.tech) for everything from technical questions, project brainstorming, talk on IPFS use cases, and more.
- Before creating a forum post, summarize the issue / problem you are encountering. Example phrasings:
- _Here's what I'm trying to do..._
- _I did X and expected Y to happen..._
- _Could this be because...?_
- _This seems impossible because..._
- _I've tried A, B and C to fix X, but..._
- When asking for help with one of the IPFS libraries, include the name of the exact package and version of the package/library.
- When sharing bits of code, [use markdown](../community/contribute/grammar-formatting-and-style.md#style) to format code blocks so that they are easier to read.
- Ensure that you've read the forum [FAQ](https://discuss.ipfs.tech/faq) and [Terms of Service](https://discuss.ipfs.tech/tos).
- Screenshots of errors are often helpful.

## Chat
### 3. Create a forum post in the Help section

Casual chat fan? Here are [all our channels](chat.md). There's getting-started advice for you here, too.
Keeping in mind [the general guidelines above](#_2-follow-the-guidelines-for-getting-useful-answers-to-your-questions), do the following:

## Community Calendar
1. In [the Help category of the forum](https://discuss.ipfs.tech/c/help/13), hover over the large blue circle with a `+` symbol in the center. The text **New Topic** displays.
1. Click **New Topic**. The **Create a new Topic** modal opens.
1. In the title field, describe what the discussion is one brief sentence.
1. Add any optional tags that help describe what subcategory the issue is in. Samples options include `go-ipfs` and `js-ipfs`.
1. Following the guidelines above, describe your issue / problem in the main text field. You can use Markdown, BBCode or HTML for formatting, and include images.
1. Click **Create Topic**. Your topic is has been created in the forum!

The forum moderators will attempt to address your post as quickly as possible.

## Get involved

### IPFS forums

The official [IPFS forums](https://discuss.ipfs.tech/) are the primary home of IPFS-related discussion. Join the conversation on [https://discuss.ipfs.tech](https://discuss.ipfs.tech) for everything from support, technical questions, project brainstorming, IPFS use cases, and more.

### Community Events Calendar

If you're an IPFS implementer, application developer, or user, you are welcome to join the community meetings we host regularly.

Stay up-to-date by subscribing to the [**IPFS Community Calendar**](https://ipfs.fyi/calendar) and joining community meetings such as triage sessions, the IPFS implementers sync, and the IPLD sync.

## ProtoSchool workshops
### Chat

Casual chat fan? You can engage with the IPFS community in one of the channels listed below:

:::callout
In general, public IPFS Discord channels are bridged to Matrix and Slack. As a result, you can usually use your preferred chat application to engage with the community. IPFS channels/rooms are usually prefixed with "#ipfs-".
:::

ProtoSchool isn't just home to interactive tutorials on the decentralized web — it's also a vibrant community of makers and doers around the globe! Community groups worldwide host [ProtoSchool workshops](https://proto.school/events) regularly, offering you the opportunity to complete our interactive tutorials with the support of local mentors.
- **Discord**: Join the [IPFS Discord server](https://discord.gg/ipfs) for synchronous chat.

## Meetups
- **Matrix**: Join the [Matrix space](https://matrix.to/#/#ipfs-space:ipfs.io).

- **Slack**: Join [Filecoin slack](https://filecoin.io/slack) and join the bridged #ipfs channels.

### Meetups

IPFS meetups are also all over the world. [Find one close to you](https://www.meetup.com/members/249142444/) ... or [contact IPFS Community on Meetup.com](https://secure.meetup.com/messages/?new_convo=true&member_id=249142444&name=IPFS+Community) to start your own in your area!

## Social media
### Contribute

No matter your area of specialty or level of expertise, there are many [ways to contribute](contribute/ways-to-contribute.md) to IPFS and make a real difference in the IPFS community at large.


## Stay informed

### Social media

We're in a lot of places. Here's [how to find them all](social-media.md) for your favorite platforms.

## Ecosystem directory
### IPFS newsletter

Sign up for the IPFS Weekly newsletter to get project updates, community news, event details, and more. In your inbox every Tuesday. [Subscribe now!](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230)

### IPFS Blog

The latest updates and info on IPFS in one place, from blog posts and release notes to videos, tutorials, news coverage, and events.
[Read the blog here](https://blog.ipfs.io/).

### YouTube

Learn more about IPFS in [the official IPFS YouTube channel](https://www.youtube.com/channel/UCdjsUXJ3QawK4O5L1kqqsew). It has lots of great educational material around IPFS.

## Navigate the IPFS ecosystem

### Ecosystem directory

Explore the world of projects and products built on IPFS in the [Ecosystem directory](https://ecosystem.ipfs.io/) – an interactive showcase filterable by industry, tooling, and more.

If you want to add a new project to the IPFS ecosystem directory, use [this form](https://airtable.com/shrjwvk9pAeAk0Ci7).

## Awesome IPFS
### Awesome IPFS

Get inspired by [Awesome IPFS](https://awesome.ipfs.tech/), a catalog of community-built open-source projects using IPFS for everything from image sharing to decentralized archiving. Have a project of your own to add to Awesome IPFS? Make a PR [in the repo!](https://github.com/ipfs/awesome-ipfs).
Get inspired by [Awesome IPFS](https://awesome.ipfs.tech/), a catalog of community-built open-source projects using IPFS for everything from image sharing to decentralized archiving. Have a project of your own to add to Awesome IPFS? Make a PR [in the repo!](https://github.com/ipfs/awesome-ipfs).
4 changes: 4 additions & 0 deletions docs/community/contribute/ways-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: Learn about how to contribute to IPFS, the InterPlanetary File Syst

So you want to contribute to IPFS and the ecosystem? Here is a quick listing of things we need help with and how you can get started. Even if what you want to do is not listed here, we probably accept contributions for it! If you're unsure, please open an issue.

:::callout
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [abuse@ipfs.io](mailto:abuse@ipfs.io) if you need to report a problem or address a grievance related to an abuse report.
:::

## Code

IPFS and its sister-projects are big, with lots of code written in multiple languages. We always need help writing and maintaining code, but it can be daunting to just jump in. We use the label _Help Wanted_ on features or bug fixes that people can help out with. They are an excellent place for you to start contributing code.
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/command-line-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ You need to install and set up FUSE in order to mount the file system. For more

### Further help

The IPFS community is friendly and able to help! Get support from other IPFS developers in the official [IPFS forums](https://discuss.ipfs.tech/), or join [community chat channels](../community/chat.md).
The IPFS community is friendly and able to help! [Get support from other IPFS developers in the IPFS forum](../community/README.md#get-technical-support-and-help), or join [community chat channels](../community/README.md#chat).
18 changes: 9 additions & 9 deletions docs/project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ description: Learn about the history, roadmap, current status and more for IPFS,

# The IPFS project

Curious about how it all got started, or where we're headed? Learn about the history, current state, and future trajectory of the IPFS project here.
Looking to get further involved with the vibrant IPFS community and ecosystem? Curious about how it all got started, or where we're headed? Learn how to get involved, the project history, and more.

## IPFS community and ecosystem

:::callout
The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [abuse@ipfs.io](mailto:abuse@ipfs.io) if you need to report a problem or address a grievance related to an abuse report.
:::

The community and ecosystem around the IPFS project is large, diverse, and abounds with opportunities for involvement. Learn more in the [Community section](../community/README.md).

## History of IPFS

Expand All @@ -15,10 +23,6 @@ Want to know how it all began? Learn the [history of the IPFS project](history.m

IPFS is a big project, which means there are a lot of GitHub repos. If you're new to IPFS or just want a sense of what to check out first, use this quick guide to the most important and most frequently used [IPFS repositories](repository-guide.md).

## Roadmap

See the overall roadmap of [IPFS project requirements](https://github.com/ipfs/roadmap) from current state to maturity.

## Implementation status

Want to know the current state of your favorite IPFS feature? See the [current implementation status](implementation-status.md) for Kubo and js-ipfs, listed by commands and endpoints.
Expand All @@ -38,7 +42,3 @@ IPFS is a highly modular project that is itself made out of many different proto
## Contribute to IPFS

Thousands of people contribute to IPFS from all over the world — and that can include you! No matter your areas of interest or expertise, there are a number of ways that you can make an impact on the future of the Internet by [contributing to IPFS](../community/contribute/ways-to-contribute.md).

## Code of conduct

The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).