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
***Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/duckdb/duckdb-python/issues).
8
+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/duckdb/duckdb-python/issues/new/choose). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
9
+
10
+
### **Did you write a patch that fixes a bug?**
11
+
12
+
* Great!
13
+
* If possible, add a unit test case to make sure the issue does not occur again.
14
+
* Open a new GitHub pull request with the patch.
15
+
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
16
+
17
+
### Outside Contributors
18
+
19
+
* Discuss your intended changes with the core team on Github
20
+
* Announce that you are working or want to work on a specific issue
21
+
* Avoid large pull requests - they are much less likely to be merged as they are incredibly hard to review
22
+
23
+
### Pull Requests
24
+
25
+
* Do not commit/push directly to the main branch. Instead, create a fork and file a pull request.
26
+
* When maintaining a branch, merge frequently with the main.
27
+
* When maintaining a branch, submit pull requests to the main frequently.
28
+
* If you are working on a bigger issue try to split it up into several smaller issues.
29
+
* Please do not open "Draft" pull requests. Rather, use issues or discussion topics to discuss whatever needs discussing.
30
+
* We reserve full and final discretion over whether or not we will merge a pull request. Adhering to these guidelines is not a complete guarantee that your pull request will be merged.
31
+
32
+
### CI for pull requests
33
+
34
+
* Pull requests will need to pass all continuous integration checks before merging.
35
+
* For faster iteration and more control, consider running CI on your own fork or when possible directly locally.
36
+
* Submitting changes to an open pull request will move it to 'draft' state.
37
+
* Pull requests will get a complete run on the main repo CI only when marked as 'ready for review' (via Web UI, button on bottom right).
38
+
39
+
### Nightly CI
40
+
41
+
* Packages creation and long running tests will be performed during a nightly run
42
+
* On your fork you can trigger long running tests (NightlyTests.yml) for any branch following information from https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow#running-a-workflow
43
+
44
+
## Setting up a development environment
45
+
46
+
Start by [forking duckdb-python](https://github.com/duckdb/duckdb-python/fork) into
47
+
a personal repository.
8
48
9
49
After forking the duckdb-python repo we recommend you clone your fork as follows:
0 commit comments