Skip to content

Commit 855794d

Browse files
authored
Expand scope of Apache Arrow sprint (#1468)
1 parent eb4420d commit 855794d

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

src/content/sprints/apache_arrow.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ contactPerson:
66
name: "Rok Mihevc"
77
88
links:
9-
- title: "Apache Arrow"
10-
url: "https://github.com/apache/arrow"
9+
- title: "List of good first time PyArrow contributor issues"
10+
url: "https://github.com/apache/arrow/issues?q=is%3Aissue%20state%3Aopen%20label%3Agood-first-issue%20label%3A%22Component%3A%20Python%22"
11+
- title: "Python development guide"
12+
url: "https://arrow.apache.org/docs/developers/python.html"
13+
- title: "C++ development guide"
14+
url: "https://arrow.apache.org/docs/developers/cpp/index.html"
1115
- title: "Proposed donation of pyarrow-stubs"
1216
url: "https://github.com/apache/arrow/discussions/45919"
1317
---
1418

15-
We want to add type annotations to the PyArrow project. We will sprint to
16-
identify best approach to do so by prototyping. Suggestions and discussion also
17-
welcome.
19+
If there's a feature you want, documentation that you could improve, a bug that
20+
bothers you or if you'd just like to open your first PR for PyArrow come join us
21+
(Alenka and Rok) and we'll help you pick an issue and open a PR.
22+
23+
Additionally - we want to add type annotations to the PyArrow project. We will
24+
sprint to identify best approach to do so by prototyping. Suggestions and
25+
discussion also welcome.

0 commit comments

Comments
 (0)