Contribute to OSS Events
Help us build the most comprehensive directory of open-source events in the world.
Add or Update Events
Know about an open-source conference, meetup, or hackathon? The event data is stored as a simple JSON file on GitHub.
Submit Event via PRImprove the Website
Want to add a feature or fix a bug on this website? We welcome code contributions! The site is built with Next.js, Tailwind, and react-globe.gl.
Find Good First IssuesHow to add an event manually
1. Fork the repository
Go to the OSS-Globe/events repository and click the "Fork" button.
2. Edit the data file
Open data/events.json and add your event object to the array, following the existing schema. Make sure to get accurate latitude and longitude for the location!
3. Submit a Pull Request
Commit your changes and open a Pull Request against the main repository. A maintainer will review and merge it.
Note: We are planning to build a web-based "Add Event" form that will automatically create a GitHub PR for you in the future. For now, we use the standard GitHub open-source workflow!