You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. Licensed to the Apache Software Foundation (ASF) under one
2
+
.. or more contributor license agreements. See the NOTICE file
3
+
.. distributed with this work for additional information
4
+
.. regarding copyright ownership. The ASF licenses this file
5
+
.. to you under the Apache License, Version 2.0 (the
6
+
.. "License"); you may not use this file except in compliance
7
+
.. with the License. You may obtain a copy of the License at
8
+
9
+
.. http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+
.. Unless required by applicable law or agreed to in writing,
12
+
.. software distributed under the License is distributed on an
13
+
.. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
.. KIND, either express or implied. See the License for the
15
+
.. specific language governing permissions and limitations
16
+
.. under the License.
17
+
18
+
Introduction
19
+
============
20
+
We welcome and encourage contributions of all kinds, such as:
21
+
22
+
1. Tickets with issue reports of feature requests
23
+
2. Documentation improvements
24
+
3. Code, both PR and (especially) PR Review.
25
+
26
+
In addition to submitting new PRs, we have a healthy tradition of community members reviewing each other’s PRs.
27
+
Doing so is a great way to help the community as well as get more familiar with Rust and the relevant codebases.
28
+
29
+
How to develop
30
+
--------------
31
+
32
+
This assumes that you have rust and cargo installed. We use the workflow recommended by `pyo3 <https://github.com/PyO3/pyo3>`_ and `maturin <https://github.com/PyO3/maturin>`_.
This assumes that you have rust and cargo installed. We use the workflow recommended by `pyo3 <https://github.com/PyO3/pyo3>`_ and `maturin <https://github.com/PyO3/maturin>`_.
0 commit comments