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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Contributing to duckdb-python
2
2
3
+
## Setting up a development environment
4
+
5
+
See the [instructions on duckdb.org](https://duckdb.org/docs/stable/dev/building/python).
6
+
3
7
## General Guidelines
4
8
5
9
### **Did you find a bug?**
@@ -39,7 +43,3 @@
39
43
### Testing cross-platform and cross-Python
40
44
41
45
* 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