Skip to content

Commit 38316d0

Browse files
authored
Adds content for devsprint page (#111)
* Adds content for devsprint page * Updates devsprint document to address comments
1 parent a01d703 commit 38316d0

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

src/_data/mainnav.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"name": "Devsprint",
76-
"link": ""
76+
"link": "/devsprint/"
7777
}
7878
]
7979
},

src/devsprint.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: content.liquid
3+
title: DevSprint
4+
---
5+
6+
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.
7+
8+
## What is a DevSprint?
9+
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.
10+
11+
## When and Where?
12+
13+
DevSprints for this edition of PyCon India will also be conducted at Google Office, Bengaluru.
14+
15+
**Venue:**<br/>
16+
Google Bangalore—Kyoto Campus<br/>
17+
Bagmane Capital Park, Kyoto West Tower, Dodanakundi Circle, Outer Ring Road, Marathahalli
18+
Post, Karnataka 560048, India<br/>
19+
Location: [https://maps.app.goo.gl/G3Trcx3yGJN3he488](https://maps.app.goo.gl/G3Trcx3yGJN3he488)
20+
21+
## How to Participate?
22+
23+
Interested participants can fill up this form: [https://forms.gle/LSZeuHfxkfqh2TNx8](https://forms.gle/LSZeuHfxkfqh2TNx8)
24+
25+
## Submit a Project
26+
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.
27+
28+
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/).
29+
30+
### How to add a Project?
31+
32+
You can propose the project using [CFP platform - Junction](https://in.pycon.org/cfp/devsprint-2024/proposals/).

0 commit comments

Comments
 (0)