Skip to content

Commit

Permalink
Adds content for devsprint page (#111)
Browse files Browse the repository at this point in the history
* Adds content for devsprint page

* Updates devsprint document to address comments
  • Loading branch information
SaptakS authored Sep 17, 2024
1 parent a01d703 commit 38316d0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_data/mainnav.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
{
"name": "Devsprint",
"link": ""
"link": "/devsprint/"
}
]
},
Expand Down
32 changes: 32 additions & 0 deletions src/devsprint.md
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/).

0 comments on commit 38316d0

Please sign in to comment.