File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,20 @@ contactPerson:
6
6
name : " Rok Mihevc"
7
7
8
8
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"
11
15
- title : " Proposed donation of pyarrow-stubs"
12
16
url : " https://github.com/apache/arrow/discussions/45919"
13
17
---
14
18
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.
You can’t perform that action at this time.
0 commit comments