# IPFS þing IPFS þing is a week-long gathering for the IPFS implementors community. There will be talks, workshops, discussion circles, hacking time, and more — all focused on advancing IPFS implementations. ## Submitting Tracks We encourage you to submit your tracks to this site via a pull request on github, to do so... 1. Create a new file in ```/content/tracks``` and name it your-track-name.md 2. Copy and paste the following template into your new file ``` --- name: Your Track org: Organization Name dri: Directly Responsible Individual website: http://www.example.com or leave blank date: 02/06/2023 days: 1 times: 19:00 - 22:00 venueName: Venue Name venueAddress: Street Address attendees: 100 difficulty: All Welcome logomark: URL to a square PNG description: Track description category: PLN Event tags: - Tag 1 - Tag 2 timeslots: - time: 09:00 speakers: None title: Breakfast description: Lunch will be provided. - time: 10:30 speakers: Juan Benet title: Opening Keynote --- ``` 3. Fill in the template with details for your track, please use month/day/year format for dates 4. Create a PR to this repo to add this new file 5. The Member Services team will review and merge your track into the website Date and days are required to display the track on the schedule. ## Editing Events If you've already created your event but want to add or change details in the .md file, create a PR with your edit requests, along with any comments. The Spaceport team will review and merge your changes to the website. ## Developers This is a [Microgen](https://github.com/ipfs-shipyard/ipfs-thing-2023) site. Requirements: Node.js >=16.10 Corepack is included by default with Node.js >=16.10, but is currently opt-in. To enable it, run the following command: `corepack enable` To run the site locally `yarn install` and `yarn dev`. See full documentation in the docs folder.