Skip to content

Commit 56009e8

Browse files
Fix sprints pages.
1 parent d98d225 commit 56009e8

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
2-
title: ""
3-
numberOfPeople: ""
4-
room: ""
5-
pythonLevel: "Any"
6-
contactPerson:
2+
title: "Project name"
3+
numberOfPeople: "" # How many people you expect to be able to accommodate.
4+
pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced.
5+
contactPerson: # The main person to reach out to regarding the sprint.
76
name: ""
87
9-
status: "active"
10-
draft: true
8+
draft: true # Delete this when you PR your sprint.
9+
links: # Add as many links as relevant.
10+
- title: "Project xyz GitHub repo"
11+
url: "https://github.com/xyz"
1112
---
13+
14+
Your sprint/project description goes here.

src/content/sprints/beeware.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
22
title: "BeeWare"
33
numberOfPeople: "TBA"
4-
pythonLevel: "Any"
4+
pythonLevel: "Beginner"
55
contactPerson:
6-
name: "Petr Viktorin"
7-
email: "-"
6+
name: "Russell Keith-Magee"
7+
email: ""
88
links:
9-
- title: "Code of Conduct"
10-
url: "https://www.python.org/psf/conduct/"
11-
- title: "CPython's Developer Guide"
12-
url: "https://devguide.python.org/"
13-
- title: "Easy Issues"
14-
url: "https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy"
9+
- title: "BeeWare GitHub"
10+
url: "https://github.com/beeware"
1511
---
1612

17-
Come sprint on CPython and work on Python 3.15!
13+
Come sprint on the BeeWare project!

src/content/sprints/cpython.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
22
title: "CPython Core"
33
numberOfPeople: "TBA"
4-
pythonLevel: "2+ years recommended"
4+
pythonLevel: "Intermediate"
55
contactPerson:
6-
name: "Russell Keith-Magee"
7-
email: "-"
6+
name: "Petr Viktorin"
7+
email: ""
88
links:
9-
- title: "BeeWare GitHub"
10-
url: "https://github.com/beeware"
9+
- title: "Code of Conduct"
10+
url: "https://www.python.org/psf/conduct/"
11+
- title: "CPython's Developer Guide"
12+
url: "https://devguide.python.org/"
13+
- title: "Easy Issues"
14+
url: "https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy"
1115
---
1216

13-
Come sprint on the BeeWare project!
17+
Come sprint on CPython and work on Python 3.15!

0 commit comments

Comments
 (0)