-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds content for devsprint page (#111)
* Adds content for devsprint page * Updates devsprint document to address comments
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ | |
}, | ||
{ | ||
"name": "Devsprint", | ||
"link": "" | ||
"link": "/devsprint/" | ||
} | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: content.liquid | ||
title: DevSprint | ||
--- | ||
|
||
PyCon India is a place for developers from across the country (and beyond) to get together and celebrate Python. But what good is a PyCon without getting your hands dirty writing some code? Hence, for all Open Source enthusiasts out there, the PyCon India team is happy to announce DevSprints @ PyCon India 2024. | ||
|
||
## What is a DevSprint? | ||
During DevSprints, mentors/contributors of OSS projects guide participants through the end-to-end process of OSS contribution, right from setting up build environments, to developing and testing code, to submitting patches for bugs. If you are stuck, mentors are all available to help you figure out issues and get you back up and running! From past experiences, we’ve seen a lot of people start off contributing to OSS through DevSprints and later go on to become regular contributors to various projects across the web. | ||
|
||
## When and Where? | ||
|
||
DevSprints for this edition of PyCon India will also be conducted at Google Office, Bengaluru. | ||
|
||
**Venue:**<br/> | ||
Google Bangalore—Kyoto Campus<br/> | ||
Bagmane Capital Park, Kyoto West Tower, Dodanakundi Circle, Outer Ring Road, Marathahalli | ||
Post, Karnataka 560048, India<br/> | ||
Location: [https://maps.app.goo.gl/G3Trcx3yGJN3he488](https://maps.app.goo.gl/G3Trcx3yGJN3he488) | ||
|
||
## How to Participate? | ||
|
||
Interested participants can fill up this form: [https://forms.gle/LSZeuHfxkfqh2TNx8](https://forms.gle/LSZeuHfxkfqh2TNx8) | ||
|
||
## Submit a Project | ||
If you are a contributor or have been involved in the maintenance of any Open Source project, please come forward and add your project. This project can be any interesting Open source project which is based on Python. Ideally, you should have a history with the project through previous code commits. Your responsibility will be to help your team set up their development environment, list out beginner-friendly bugs, and guide them on any problems they face during the event. | ||
|
||
A list of submitted devsprint proposal can be seen here: [https://in.pycon.org/cfp/devsprint-2024/proposals/](https://in.pycon.org/cfp/devsprint-2024/proposals/). | ||
|
||
### How to add a Project? | ||
|
||
You can propose the project using [CFP platform - Junction](https://in.pycon.org/cfp/devsprint-2024/proposals/). |