Skip to content

Commit 9d0c0c7

Browse files
committed
Move up most important information in the Contribution guide.
1 parent 10ee0b6 commit 9d0c0c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Contributing to duckdb-python
22

3+
## Setting up a development environment
4+
5+
See the [instructions on duckdb.org](https://duckdb.org/docs/stable/dev/building/python).
6+
37
## General Guidelines
48

59
### **Did you find a bug?**
@@ -39,7 +43,3 @@
3943
### Testing cross-platform and cross-Python
4044

4145
* On your fork you can [run](https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow#running-a-workflow) the Packaging workflow manually for any branch. You can choose whether to build for all platforms or a subset, and to either run the full testsuite, the fast tests only, or no tests at all.
42-
43-
## Setting up a development environment
44-
45-
See the [instructions on duckdb.org](https://duckdb.org/docs/stable/dev/building/python).

0 commit comments

Comments
 (0)